Html Css Color HEX #129F30 Forest Green

📋 copy color: '#129F30'

red 18 ◦ green 159 ◦ blue 48

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

Shades of Forest Green #129F30

Tints of Forest Green #129F30

RGB

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

 GREEN value IS 159 (62.5% from 255) = 70.67%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 8%
G = 70.67%
B = 21.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#129F30 (or 0x129F30) is known color: Forest Green. HEX triplet: 12, 9F and 30. RGB value is (18,159,48). Sum of RGB (Red+Green+Blue) = 18+159+48=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #129F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F30 is #ED60CF. Grayscale: #686868. Windows color (decimal): -15556816 or 3186450. OLE color: 3186450.

HSL color Cylindrical-coordinate representation of color #129F30: hue angle of 132.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F30 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 48 -
CMYK 0.89 0 0.70 0.38
HSL 132.77º 0.8% 0.35% -
HSV(B) 132.77º 0.89% 0.62% -
XYZ 13.18 25.14 6.95 -
YUV 104.19 96.29 66.53 -
System Red Green Blue C M Y K H S L
Decimal 18 159 48 0.89 0 0.70 0.38 132.77 0.8 0.35
Hex 12 9F 30 59 0 46 26 85 50 23
Octal 22 237 60 131 0 106 46 205 120 43
Binary 10010 10011111 110000 1011001 0 1000110 100110 10000101 1010000 100011

Color Harmonies of #129F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F30

Black with #129F30

Text Example


Text Example

White with #129F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,48); }

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

background-color css

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

 a { background-color: rgb(18,159,48); }

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

border-color css

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

 span { border-color: rgb(18,159,48); }

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