Html Css Color HEX #13AB1D Forest Green

📋 copy color: '#13AB1D'

red 19 ◦ green 171 ◦ blue 29

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

Shades of Forest Green #13AB1D

Tints of Forest Green #13AB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.08%

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 8.68%
G = 78.08%
B = 13.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#13AB1D (or 0x13AB1D) is known color: Forest Green. HEX triplet: 13, AB and 1D. RGB value is (19,171,29). Sum of RGB (Red+Green+Blue) = 19+171+29=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AB1D is #EC54E2. Grayscale: #6D6D6D. Windows color (decimal): -15488227 or 1944339. OLE color: 1944339.

HSL color Cylindrical-coordinate representation of color #13AB1D: hue angle of 123.95º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB1D is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 171 29 -
CMYK 0.89 0 0.83 0.33
HSL 123.95º 0.8% 0.37% -
HSV(B) 123.95º 0.89% 0.67% -
XYZ 15.05 29.35 6.03 -
YUV 109.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 19 171 29 0.89 0 0.83 0.33 123.95 0.8 0.37
Hex 13 AB 1D 59 0 53 21 7C 50 25
Octal 23 253 35 131 0 123 41 174 120 45
Binary 10011 10101011 11101 1011001 0 1010011 100001 1111100 1010000 100101

Color Harmonies of #13AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB1D

Black with #13AB1D

Text Example


Text Example

White with #13AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AB1D; }

 p { color: rgb(19,171,29); }

 H1.HeaderClassName
 {
   color: #13AB1D;
 }
 .AnyTagClassName
 {
   color: #13AB1D;
 }
</style>

background-color css

<style>
 a { background-color: #13AB1D; }

 a { background-color: rgb(19,171,29); }

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

border-color css

<style>
 span { border-color: #13AB1D; }

 span { border-color: rgb(19,171,29); }

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