Html Css Color HEX #12A429 Forest Green

📋 copy color: '#12A429'

red 18 ◦ green 164 ◦ blue 41

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

Shades of Forest Green #12A429

Tints of Forest Green #12A429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 73.54%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 8.07%
G = 73.54%
B = 18.39%

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

#12A429 (or 0x12A429) is known color: Forest Green. HEX triplet: 12, A4 and 29. RGB value is (18,164,41). Sum of RGB (Red+Green+Blue) = 18+164+41=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 164 (64.45% from 255 or 73.54% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 164 - color contains mainly: green. Hex color #12A429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A429 is #ED5BD6. Grayscale: #6A6A6A. Windows color (decimal): -15555543 or 2728978. OLE color: 2728978.

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

Color convert

RGB 18 164 41 -
CMYK 0.89 0 0.75 0.36
HSL 129.45º 0.8% 0.36% -
HSV(B) 129.45º 0.89% 0.64% -
XYZ 13.93 26.84 6.54 -
YUV 106.32 91.13 65 -
System Red Green Blue C M Y K H S L
Decimal 18 164 41 0.89 0 0.75 0.36 129.45 0.8 0.36
Hex 12 A4 29 59 0 4B 24 81 50 24
Octal 22 244 51 131 0 113 44 201 120 44
Binary 10010 10100100 101001 1011001 0 1001011 100100 10000001 1010000 100100

Color Harmonies of #12A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A429

Black with #12A429

Text Example


Text Example

White with #12A429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,41); }

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

background-color css

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

 a { background-color: rgb(18,164,41); }

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

border-color css

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

 span { border-color: rgb(18,164,41); }

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