Html Css Color HEX #19950D Forest Green

📋 copy color: '#19950D'

red 25 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #19950D

Tints of Forest Green #19950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 13.37%
G = 79.68%
B = 6.95%

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

#19950D (or 0x19950D) is known color: Forest Green. HEX triplet: 19, 95 and 0D. RGB value is (25,149,13). Sum of RGB (Red+Green+Blue) = 25+149+13=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #19950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19950D is #E66AF2. Grayscale: #606060. Windows color (decimal): -15100659 or 890137. OLE color: 890137.

HSL color Cylindrical-coordinate representation of color #19950D: hue angle of 114.71º degrees, saturation: 0.84, 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 #19950D is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 149 13 -
CMYK 0.83 0 0.91 0.42
HSL 114.71º 0.84% 0.32% -
HSV(B) 114.71º 0.91% 0.58% -
XYZ 11.22 21.73 3.98 -
YUV 96.42 80.92 77.06 -
System Red Green Blue C M Y K H S L
Decimal 25 149 13 0.83 0 0.91 0.42 114.71 0.84 0.32
Hex 19 95 D 53 0 5B 2A 73 54 20
Octal 31 225 15 123 0 133 52 163 124 40
Binary 11001 10010101 1101 1010011 0 1011011 101010 1110011 1010100 100000

Color Harmonies of #19950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19950D

Black with #19950D

Text Example


Text Example

White with #19950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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