Html Css Color HEX #0C902A Forest Green

📋 copy color: '#0C902A'

red 12 ◦ green 144 ◦ blue 42

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

Shades of Forest Green #0C902A

Tints of Forest Green #0C902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 72.73%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 6.06%
G = 72.73%
B = 21.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#0C902A (or 0x0C902A) is known color: Forest Green. HEX triplet: 0C, 90 and 2A. RGB value is (12,144,42). Sum of RGB (Red+Green+Blue) = 12+144+42=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #0C902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C902A is #F36FD5. Grayscale: #5D5D5D. Windows color (decimal): -15953878 or 2789388. OLE color: 2789388.

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

Color convert

RGB 12 144 42 -
CMYK 0.92 0 0.71 0.44
HSL 133.64º 0.85% 0.31% -
HSV(B) 133.64º 0.92% 0.56% -
XYZ 10.54 20.19 5.53 -
YUV 92.9 99.27 70.29 -
System Red Green Blue C M Y K H S L
Decimal 12 144 42 0.92 0 0.71 0.44 133.64 0.85 0.31
Hex C 90 2A 5C 0 47 2C 86 55 1F
Octal 14 220 52 134 0 107 54 206 125 37
Binary 1100 10010000 101010 1011100 0 1000111 101100 10000110 1010101 11111

Color Harmonies of #0C902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C902A

Black with #0C902A

Text Example


Text Example

White with #0C902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,42); }

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

background-color css

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

 a { background-color: rgb(12,144,42); }

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

border-color css

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

 span { border-color: rgb(12,144,42); }

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