Html Css Color HEX #129731 Forest Green

📋 copy color: '#129731'

red 18 ◦ green 151 ◦ blue 49

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

Shades of Forest Green #129731

Tints of Forest Green #129731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 69.27%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 8.26%
G = 69.27%
B = 22.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#129731 (or 0x129731) is known color: Forest Green. HEX triplet: 12, 97 and 31. RGB value is (18,151,49). Sum of RGB (Red+Green+Blue) = 18+151+49=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 151 (59.38% from 255 or 69.27% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 151 - color contains mainly: green. Hex color #129731 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129731 is #ED68CE. Grayscale: #636363. Windows color (decimal): -15558863 or 3249938. OLE color: 3249938.

HSL color Cylindrical-coordinate representation of color #129731: hue angle of 133.98º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129731 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 49 -
CMYK 0.88 0 0.68 0.41
HSL 133.99º 0.79% 0.33% -
HSV(B) 133.99º 0.88% 0.59% -
XYZ 11.87 22.48 6.62 -
YUV 99.61 99.44 69.79 -
System Red Green Blue C M Y K H S L
Decimal 18 151 49 0.88 0 0.68 0.41 133.99 0.79 0.33
Hex 12 97 31 58 0 44 29 86 4F 21
Octal 22 227 61 130 0 104 51 206 117 41
Binary 10010 10010111 110001 1011000 0 1000100 101001 10000110 1001111 100001

Color Harmonies of #129731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129731

Black with #129731

Text Example


Text Example

White with #129731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129731; }

 p { color: rgb(18,151,49); }

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

background-color css

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

 a { background-color: rgb(18,151,49); }

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

border-color css

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

 span { border-color: rgb(18,151,49); }

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