Html Css Color HEX #19930D Forest Green

📋 copy color: '#19930D'

red 25 ◦ green 147 ◦ blue 13

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

Shades of Forest Green #19930D

Tints of Forest Green #19930D

RGB

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

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

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

R = 13.51%
G = 79.46%
B = 7.03%

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

#19930D (or 0x19930D) is known color: Forest Green. HEX triplet: 19, 93 and 0D. RGB value is (25,147,13). Sum of RGB (Red+Green+Blue) = 25+147+13=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #19930D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19930D is #E66CF2. Grayscale: #5F5F5F. Windows color (decimal): -15101171 or 889625. OLE color: 889625.

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

Color convert

RGB 25 147 13 -
CMYK 0.83 0 0.91 0.42
HSL 114.63º 0.84% 0.31% -
HSV(B) 114.63º 0.91% 0.58% -
XYZ 10.91 21.1 3.88 -
YUV 95.25 81.58 77.9 -
System Red Green Blue C M Y K H S L
Decimal 25 147 13 0.83 0 0.91 0.42 114.63 0.84 0.31
Hex 19 93 D 53 0 5B 2A 73 54 1F
Octal 31 223 15 123 0 133 52 163 124 37
Binary 11001 10010011 1101 1010011 0 1011011 101010 1110011 1010100 11111

Color Harmonies of #19930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19930D

Black with #19930D

Text Example


Text Example

White with #19930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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