Html Css Color HEX #129432 Forest Green

📋 copy color: '#129432'

red 18 ◦ green 148 ◦ blue 50

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

Shades of Forest Green #129432

Tints of Forest Green #129432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 8.33%
G = 68.52%
B = 23.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#129432 (or 0x129432) is known color: Forest Green. HEX triplet: 12, 94 and 32. RGB value is (18,148,50). Sum of RGB (Red+Green+Blue) = 18+148+50=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #129432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129432 is #ED6BCD. Grayscale: #626262. Windows color (decimal): -15559630 or 3314706. OLE color: 3314706.

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

Color convert

RGB 18 148 50 -
CMYK 0.88 0 0.66 0.42
HSL 134.77º 0.78% 0.33% -
HSV(B) 134.77º 0.88% 0.58% -
XYZ 11.42 21.54 6.57 -
YUV 97.96 100.93 70.97 -
System Red Green Blue C M Y K H S L
Decimal 18 148 50 0.88 0 0.66 0.42 134.77 0.78 0.33
Hex 12 94 32 58 0 42 2A 87 4E 21
Octal 22 224 62 130 0 102 52 207 116 41
Binary 10010 10010100 110010 1011000 0 1000010 101010 10000111 1001110 100001

Color Harmonies of #129432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129432

Black with #129432

Text Example


Text Example

White with #129432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129432; }

 p { color: rgb(18,148,50); }

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

background-color css

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

 a { background-color: rgb(18,148,50); }

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

border-color css

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

 span { border-color: rgb(18,148,50); }

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