Html Css Color HEX #129335 Forest Green

📋 copy color: '#129335'

red 18 ◦ green 147 ◦ blue 53

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

Shades of Forest Green #129335

Tints of Forest Green #129335

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.43%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 8.26%
G = 67.43%
B = 24.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#129335 (or 0x129335) is known color: Forest Green. HEX triplet: 12, 93 and 35. RGB value is (18,147,53). Sum of RGB (Red+Green+Blue) = 18+147+53=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #129335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129335 is #ED6CCA. Grayscale: #616161. Windows color (decimal): -15559883 or 3511058. OLE color: 3511058.

HSL color Cylindrical-coordinate representation of color #129335: hue angle of 136.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129335 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 53 -
CMYK 0.88 0 0.64 0.42
HSL 136.28º 0.78% 0.32% -
HSV(B) 136.28º 0.88% 0.58% -
XYZ 11.33 21.25 6.87 -
YUV 97.71 102.76 71.14 -
System Red Green Blue C M Y K H S L
Decimal 18 147 53 0.88 0 0.64 0.42 136.28 0.78 0.32
Hex 12 93 35 58 0 40 2A 88 4E 20
Octal 22 223 65 130 0 100 52 210 116 40
Binary 10010 10010011 110101 1011000 0 1000000 101010 10001000 1001110 100000

Color Harmonies of #129335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129335

Black with #129335

Text Example


Text Example

White with #129335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129335; }

 p { color: rgb(18,147,53); }

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

background-color css

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

 a { background-color: rgb(18,147,53); }

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

border-color css

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

 span { border-color: rgb(18,147,53); }

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