Html Css Color HEX #19940D Forest Green

📋 copy color: '#19940D'

red 25 ◦ green 148 ◦ blue 13

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

Shades of Forest Green #19940D

Tints of Forest Green #19940D

RGB

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

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

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

R = 13.44%
G = 79.57%
B = 6.99%

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

#19940D (or 0x19940D) is known color: Forest Green. HEX triplet: 19, 94 and 0D. RGB value is (25,148,13). Sum of RGB (Red+Green+Blue) = 25+148+13=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #19940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19940D is #E66BF2. Grayscale: #606060. Windows color (decimal): -15100915 or 889881. OLE color: 889881.

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

Color convert

RGB 25 148 13 -
CMYK 0.83 0 0.91 0.42
HSL 114.67º 0.84% 0.32% -
HSV(B) 114.67º 0.91% 0.58% -
XYZ 11.06 21.42 3.93 -
YUV 95.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 25 148 13 0.83 0 0.91 0.42 114.67 0.84 0.32
Hex 19 94 D 53 0 5B 2A 73 54 20
Octal 31 224 15 123 0 133 52 163 124 40
Binary 11001 10010100 1101 1010011 0 1011011 101010 1110011 1010100 100000

Color Harmonies of #19940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19940D

Black with #19940D

Text Example


Text Example

White with #19940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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