Html Css Color HEX #13951C Forest Green

📋 copy color: '#13951C'

red 19 ◦ green 149 ◦ blue 28

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

Shades of Forest Green #13951C

Tints of Forest Green #13951C

RGB

 RED value IS 19 (7.81% from 255) = 9.69%

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 9.69%
G = 76.02%
B = 14.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#13951C (or 0x13951C) is known color: Forest Green. HEX triplet: 13, 95 and 1C. RGB value is (19,149,28). Sum of RGB (Red+Green+Blue) = 19+149+28=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 149 (58.59% from 255 or 76.02% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 149 - color contains mainly: green. Hex color #13951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13951C is #EC6AE3. Grayscale: #606060. Windows color (decimal): -15493860 or 1873171. OLE color: 1873171.

HSL color Cylindrical-coordinate representation of color #13951C: hue angle of 124.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13951C is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 28 -
CMYK 0.87 0 0.81 0.42
HSL 124.15º 0.77% 0.33% -
HSV(B) 124.15º 0.87% 0.58% -
XYZ 11.23 21.72 4.7 -
YUV 96.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 19 149 28 0.87 0 0.81 0.42 124.15 0.77 0.33
Hex 13 95 1C 57 0 51 2A 7C 4D 21
Octal 23 225 34 127 0 121 52 174 115 41
Binary 10011 10010101 11100 1010111 0 1010001 101010 1111100 1001101 100001

Color Harmonies of #13951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13951C

Black with #13951C

Text Example


Text Example

White with #13951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13951C; }

 p { color: rgb(19,149,28); }

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

background-color css

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

 a { background-color: rgb(19,149,28); }

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

border-color css

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

 span { border-color: rgb(19,149,28); }

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