Html Css Color HEX #12A228 Forest Green

📋 copy color: '#12A228'

red 18 ◦ green 162 ◦ blue 40

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

Shades of Forest Green #12A228

Tints of Forest Green #12A228

RGB

 RED value IS 18 (7.42% from 255) = 8.18%

 GREEN value IS 162 (63.67% from 255) = 73.64%

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 8.18%
G = 73.64%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#12A228 (or 0x12A228) is known color: Forest Green. HEX triplet: 12, A2 and 28. RGB value is (18,162,40). Sum of RGB (Red+Green+Blue) = 18+162+40=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #12A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A228 is #ED5DD7. Grayscale: #696969. Windows color (decimal): -15556056 or 2662930. OLE color: 2662930.

HSL color Cylindrical-coordinate representation of color #12A228: hue angle of 129.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A228 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 40 -
CMYK 0.89 0 0.75 0.36
HSL 129.17º 0.8% 0.35% -
HSV(B) 129.17º 0.89% 0.64% -
XYZ 13.55 26.12 6.34 -
YUV 105.04 91.29 65.92 -
System Red Green Blue C M Y K H S L
Decimal 18 162 40 0.89 0 0.75 0.36 129.17 0.8 0.35
Hex 12 A2 28 59 0 4B 24 81 50 23
Octal 22 242 50 131 0 113 44 201 120 43
Binary 10010 10100010 101000 1011001 0 1001011 100100 10000001 1010000 100011

Color Harmonies of #12A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A228

Black with #12A228

Text Example


Text Example

White with #12A228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A228; }

 p { color: rgb(18,162,40); }

 H1.HeaderClassName
 {
   color: #12A228;
 }
 .AnyTagClassName
 {
   color: #12A228;
 }
</style>

background-color css

<style>
 a { background-color: #12A228; }

 a { background-color: rgb(18,162,40); }

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

border-color css

<style>
 span { border-color: #12A228; }

 span { border-color: rgb(18,162,40); }

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