Html Css Color HEX #129332 Forest Green

📋 copy color: '#129332'

red 18 ◦ green 147 ◦ blue 50

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

Shades of Forest Green #129332

Tints of Forest Green #129332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 8.37%
G = 68.37%
B = 23.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#129332 (or 0x129332) is known color: Forest Green. HEX triplet: 12, 93 and 32. RGB value is (18,147,50). Sum of RGB (Red+Green+Blue) = 18+147+50=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #129332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129332 is #ED6CCD. Grayscale: #616161. Windows color (decimal): -15559886 or 3314450. OLE color: 3314450.

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

Color convert

RGB 18 147 50 -
CMYK 0.88 0 0.66 0.42
HSL 134.88º 0.78% 0.32% -
HSV(B) 134.88º 0.88% 0.58% -
XYZ 11.26 21.23 6.52 -
YUV 97.37 101.26 71.39 -
System Red Green Blue C M Y K H S L
Decimal 18 147 50 0.88 0 0.66 0.42 134.88 0.78 0.32
Hex 12 93 32 58 0 42 2A 87 4E 20
Octal 22 223 62 130 0 102 52 207 116 40
Binary 10010 10010011 110010 1011000 0 1000010 101010 10000111 1001110 100000

Color Harmonies of #129332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129332

Black with #129332

Text Example


Text Example

White with #129332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129332; }

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

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

background-color css

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

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

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

border-color css

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

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

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