Html Css Color HEX #129526 Forest Green

📋 copy color: '#129526'

red 18 ◦ green 149 ◦ blue 38

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

Shades of Forest Green #129526

Tints of Forest Green #129526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 8.78%
G = 72.68%
B = 18.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#129526 (or 0x129526) is known color: Forest Green. HEX triplet: 12, 95 and 26. RGB value is (18,149,38). Sum of RGB (Red+Green+Blue) = 18+149+38=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #129526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129526 is #ED6AD9. Grayscale: #616161. Windows color (decimal): -15559386 or 2528530. OLE color: 2528530.

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

Color convert

RGB 18 149 38 -
CMYK 0.88 0 0.74 0.42
HSL 129.16º 0.78% 0.33% -
HSV(B) 129.16º 0.88% 0.58% -
XYZ 11.35 21.76 5.44 -
YUV 97.18 94.6 71.53 -
System Red Green Blue C M Y K H S L
Decimal 18 149 38 0.88 0 0.74 0.42 129.16 0.78 0.33
Hex 12 95 26 58 0 4A 2A 81 4E 21
Octal 22 225 46 130 0 112 52 201 116 41
Binary 10010 10010101 100110 1011000 0 1001010 101010 10000001 1001110 100001

Color Harmonies of #129526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129526

Black with #129526

Text Example


Text Example

White with #129526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129526; }

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

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

background-color css

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

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

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

border-color css

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

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

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