Html Css Color HEX #0C9433 Forest Green

📋 copy color: '#0C9433'

red 12 ◦ green 148 ◦ blue 51

#0C9433
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0C9433

Tints of Forest Green #0C9433

RGB

 RED value IS 12 (5.08% from 255) = 5.69%

 GREEN value IS 148 (58.2% from 255) = 70.14%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 5.69%
G = 70.14%
B = 24.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#0C9433 (or 0x0C9433) is known color: Forest Green. HEX triplet: 0C, 94 and 33. RGB value is (12,148,51). Sum of RGB (Red+Green+Blue) = 12+148+51=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9433 is #F36BCC. Grayscale: #606060. Windows color (decimal): -15952845 or 3380236. OLE color: 3380236.

HSL color Cylindrical-coordinate representation of color #0C9433: hue angle of 137.21º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9433 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 51 -
CMYK 0.92 0 0.66 0.42
HSL 137.21º 0.85% 0.31% -
HSV(B) 137.21º 0.92% 0.58% -
XYZ 11.34 21.5 6.68 -
YUV 96.28 102.44 67.89 -
System Red Green Blue C M Y K H S L
Decimal 12 148 51 0.92 0 0.66 0.42 137.21 0.85 0.31
Hex C 94 33 5C 0 42 2A 89 55 1F
Octal 14 224 63 134 0 102 52 211 125 37
Binary 1100 10010100 110011 1011100 0 1000010 101010 10001001 1010101 11111

Color Harmonies of #0C9433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9433

Black with #0C9433

Text Example


Text Example

White with #0C9433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,148,51); }

 H1.HeaderClassName
 {
   color: #0C9433;
 }
 .AnyTagClassName
 {
   color: #0C9433;
 }
</style>

background-color css

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

 a { background-color: rgb(12,148,51); }

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

border-color css

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

 span { border-color: rgb(12,148,51); }

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