Html Css Color HEX #129528 Forest Green

📋 copy color: '#129528'

red 18 ◦ green 149 ◦ blue 40

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

Shades of Forest Green #129528

Tints of Forest Green #129528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 71.98%

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

R = 8.7%
G = 71.98%
B = 19.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#129528 (or 0x129528) is known color: Forest Green. HEX triplet: 12, 95 and 28. RGB value is (18,149,40). Sum of RGB (Red+Green+Blue) = 18+149+40=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #129528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129528 is #ED6AD7. Grayscale: #616161. Windows color (decimal): -15559384 or 2659602. OLE color: 2659602.

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

Color convert

RGB 18 149 40 -
CMYK 0.88 0 0.73 0.42
HSL 130.08º 0.78% 0.33% -
HSV(B) 130.08º 0.88% 0.58% -
XYZ 11.38 21.78 5.61 -
YUV 97.41 95.6 71.36 -
System Red Green Blue C M Y K H S L
Decimal 18 149 40 0.88 0 0.73 0.42 130.08 0.78 0.33
Hex 12 95 28 58 0 49 2A 82 4E 21
Octal 22 225 50 130 0 111 52 202 116 41
Binary 10010 10010101 101000 1011000 0 1001001 101010 10000010 1001110 100001

Color Harmonies of #129528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129528

Black with #129528

Text Example


Text Example

White with #129528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129528; }

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

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

background-color css

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

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

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

border-color css

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

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

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