#0C6235

Color #0C6235 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0C6235

Tints of Fun Green #0C6235

Color information

#0C6235 (or 0x0C6235) is unknown color: approx Fun Green. HEX triplet: 0C, 62 and 35. RGB value is (12,98,53). Sum of RGB (Red+Green+Blue) = 12+98+53=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6235 is #F39DCA. Grayscale: #434343. Windows color (decimal): -15965643 or 3498508. OLE color: 3498508.

HSL color Cylindrical-coordinate representation of color #0C6235: hue angle of 148.6º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6235 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB129853-
CMYK0.8800.460.62
HSL148.6º78.18%21.57%-
HSV(B)148.6º87.76%38.43%-
XYZ5.169.074.85-
YUV67.16120.0188.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=7.36%
G=60.12%
B=32.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298530.8800.460.62148.678.1821.57
HexC62355802E3E954e16
Octal14142651300567622511626
Binary110011000101101011011000010111011111010010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6235; }

 p { color: rgb(12,98,53); }

 H1.HeaderClassName
 {
   color: #0C6235;
 }
 .AnyTagClassName
 {
   color: #0C6235;
 }
</style>
background-color css

<style>
 a { background-color: #0C6235; }

 a { background-color: rgb(12,98,53); }

 div.DivClassName
 {
   background-color: #0C6235;
 }
 .BgClassName
 {
   background-color: #0C6235;
 }
</style>
border-color css

<style>
 span { border-color: #0C6235; }

 span { border-color: rgb(12,98,53); }

 td.TdClassName
 {
   border-color: #0C6235;
 }
 .TagClassName
 {
   border-color: #0C6235;
 }
</style>