Html Css Color HEX #19950E Forest Green

📋 copy color: '#19950E'

red 25 ◦ green 149 ◦ blue 14

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

Shades of Forest Green #19950E

Tints of Forest Green #19950E

RGB

 RED value IS 25 (10.16% from 255) = 13.3%

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 13.3%
G = 79.26%
B = 7.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#19950E (or 0x19950E) is known color: Forest Green. HEX triplet: 19, 95 and 0E. RGB value is (25,149,14). Sum of RGB (Red+Green+Blue) = 25+149+14=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #19950E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19950E is #E66AF1. Grayscale: #606060. Windows color (decimal): -15100658 or 955673. OLE color: 955673.

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

Color convert

RGB 25 149 14 -
CMYK 0.83 0 0.91 0.42
HSL 115.11º 0.83% 0.32% -
HSV(B) 115.11º 0.91% 0.58% -
XYZ 11.23 21.73 4.02 -
YUV 96.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 25 149 14 0.83 0 0.91 0.42 115.11 0.83 0.32
Hex 19 95 E 53 0 5B 2A 73 53 20
Octal 31 225 16 123 0 133 52 163 123 40
Binary 11001 10010101 1110 1010011 0 1011011 101010 1110011 1010011 100000

Color Harmonies of #19950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19950E

Black with #19950E

Text Example


Text Example

White with #19950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19950E; }

 p { color: rgb(25,149,14); }

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

background-color css

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

 a { background-color: rgb(25,149,14); }

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

border-color css

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

 span { border-color: rgb(25,149,14); }

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