Html Css Color HEX #129534 Forest Green

📋 copy color: '#129534'

red 18 ◦ green 149 ◦ blue 52

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

Shades of Forest Green #129534

Tints of Forest Green #129534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 8.22%
G = 68.04%
B = 23.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#129534 (or 0x129534) is known color: Forest Green. HEX triplet: 12, 95 and 34. RGB value is (18,149,52). Sum of RGB (Red+Green+Blue) = 18+149+52=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #129534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129534 is #ED6ACB. Grayscale: #636363. Windows color (decimal): -15559372 or 3446034. OLE color: 3446034.

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

Color convert

RGB 18 149 52 -
CMYK 0.88 0 0.65 0.42
HSL 135.57º 0.78% 0.33% -
HSV(B) 135.57º 0.88% 0.58% -
XYZ 11.62 21.87 6.86 -
YUV 98.77 101.6 70.39 -
System Red Green Blue C M Y K H S L
Decimal 18 149 52 0.88 0 0.65 0.42 135.57 0.78 0.33
Hex 12 95 34 58 0 41 2A 88 4E 21
Octal 22 225 64 130 0 101 52 210 116 41
Binary 10010 10010101 110100 1011000 0 1000001 101010 10001000 1001110 100001

Color Harmonies of #129534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129534

Black with #129534

Text Example


Text Example

White with #129534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129534; }

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

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

background-color css

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

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

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

border-color css

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

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

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