Html Css Color HEX #129A26 Forest Green

📋 copy color: '#129A26'

red 18 ◦ green 154 ◦ blue 38

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

Shades of Forest Green #129A26

Tints of Forest Green #129A26

RGB

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

 GREEN value IS 154 (60.55% from 255) = 73.33%

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

R = 8.57%
G = 73.33%
B = 18.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#129A26 (or 0x129A26) is known color: Forest Green. HEX triplet: 12, 9A and 26. RGB value is (18,154,38). Sum of RGB (Red+Green+Blue) = 18+154+38=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 154 (60.55% from 255 or 73.33% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 154 - color contains mainly: green. Hex color #129A26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A26 is #ED65D9. Grayscale: #646464. Windows color (decimal): -15558106 or 2529810. OLE color: 2529810.

HSL color Cylindrical-coordinate representation of color #129A26: hue angle of 128.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A26 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 154 38 -
CMYK 0.88 0 0.75 0.40
HSL 128.82º 0.79% 0.34% -
HSV(B) 128.82º 0.88% 0.6% -
XYZ 12.15 23.38 5.71 -
YUV 100.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 18 154 38 0.88 0 0.75 0.40 128.82 0.79 0.34
Hex 12 9A 26 58 0 4B 28 81 4F 22
Octal 22 232 46 130 0 113 50 201 117 42
Binary 10010 10011010 100110 1011000 0 1001011 101000 10000001 1001111 100010

Color Harmonies of #129A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A26

Black with #129A26

Text Example


Text Example

White with #129A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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