Html Css Color HEX #129413 Forest Green

📋 copy color: '#129413'

red 18 ◦ green 148 ◦ blue 19

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

Shades of Forest Green #129413

Tints of Forest Green #129413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 80%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 9.73%
G = 80%
B = 10.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#129413 (or 0x129413) is known color: Forest Green. HEX triplet: 12, 94 and 13. RGB value is (18,148,19). Sum of RGB (Red+Green+Blue) = 18+148+19=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #129413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129413 is #ED6BEC. Grayscale: #5E5E5E. Windows color (decimal): -15559661 or 1283090. OLE color: 1283090.

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

Color convert

RGB 18 148 19 -
CMYK 0.88 0 0.87 0.42
HSL 120.46º 0.78% 0.33% -
HSV(B) 120.46º 0.88% 0.58% -
XYZ 10.96 21.36 4.16 -
YUV 94.42 85.43 73.49 -
System Red Green Blue C M Y K H S L
Decimal 18 148 19 0.88 0 0.87 0.42 120.46 0.78 0.33
Hex 12 94 13 58 0 57 2A 78 4E 21
Octal 22 224 23 130 0 127 52 170 116 41
Binary 10010 10010100 10011 1011000 0 1010111 101010 1111000 1001110 100001

Color Harmonies of #129413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129413

Black with #129413

Text Example


Text Example

White with #129413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129413; }

 p { color: rgb(18,148,19); }

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

background-color css

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

 a { background-color: rgb(18,148,19); }

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

border-color css

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

 span { border-color: rgb(18,148,19); }

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