Html Css Color HEX #129015 Forest Green

📋 copy color: '#129015'

red 18 ◦ green 144 ◦ blue 21

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

Shades of Forest Green #129015

Tints of Forest Green #129015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 78.69%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 9.84%
G = 78.69%
B = 11.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#129015 (or 0x129015) is known color: Forest Green. HEX triplet: 12, 90 and 15. RGB value is (18,144,21). Sum of RGB (Red+Green+Blue) = 18+144+21=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 144 (56.64% from 255 or 78.69% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 144 - color contains mainly: green. Hex color #129015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129015 is #ED6FEA. Grayscale: #5C5C5C. Windows color (decimal): -15560683 or 1413138. OLE color: 1413138.

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

Color convert

RGB 18 144 21 -
CMYK 0.88 0 0.85 0.44
HSL 121.43º 0.78% 0.32% -
HSV(B) 121.43º 0.88% 0.56% -
XYZ 10.36 20.13 4.05 -
YUV 92.3 87.76 75 -
System Red Green Blue C M Y K H S L
Decimal 18 144 21 0.88 0 0.85 0.44 121.43 0.78 0.32
Hex 12 90 15 58 0 55 2C 79 4E 20
Octal 22 220 25 130 0 125 54 171 116 40
Binary 10010 10010000 10101 1011000 0 1010101 101100 1111001 1001110 100000

Color Harmonies of #129015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129015

Black with #129015

Text Example


Text Example

White with #129015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129015; }

 p { color: rgb(18,144,21); }

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

background-color css

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

 a { background-color: rgb(18,144,21); }

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

border-color css

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

 span { border-color: rgb(18,144,21); }

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