Html Css Color HEX #0C9430 Forest Green

📋 copy color: '#0C9430'

red 12 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #0C9430

Tints of Forest Green #0C9430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 5.77%
G = 71.15%
B = 23.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#0C9430 (or 0x0C9430) is known color: Forest Green. HEX triplet: 0C, 94 and 30. RGB value is (12,148,48). Sum of RGB (Red+Green+Blue) = 12+148+48=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9430 is #F36BCF. Grayscale: #606060. Windows color (decimal): -15952848 or 3183628. OLE color: 3183628.

HSL color Cylindrical-coordinate representation of color #0C9430: hue angle of 135.88º 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 #0C9430 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 48 -
CMYK 0.92 0 0.68 0.42
HSL 135.88º 0.85% 0.31% -
HSV(B) 135.88º 0.92% 0.58% -
XYZ 11.28 21.47 6.35 -
YUV 95.94 100.94 68.13 -
System Red Green Blue C M Y K H S L
Decimal 12 148 48 0.92 0 0.68 0.42 135.88 0.85 0.31
Hex C 94 30 5C 0 44 2A 88 55 1F
Octal 14 224 60 134 0 104 52 210 125 37
Binary 1100 10010100 110000 1011100 0 1000100 101010 10001000 1010101 11111

Color Harmonies of #0C9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9430

Black with #0C9430

Text Example


Text Example

White with #0C9430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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