Html Css Color HEX #13A21B Forest Green

📋 copy color: '#13A21B'

red 19 ◦ green 162 ◦ blue 27

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

Shades of Forest Green #13A21B

Tints of Forest Green #13A21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 77.88%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 9.13%
G = 77.88%
B = 12.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#13A21B (or 0x13A21B) is known color: Forest Green. HEX triplet: 13, A2 and 1B. RGB value is (19,162,27). Sum of RGB (Red+Green+Blue) = 19+162+27=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #13A21B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A21B is #EC5DE4. Grayscale: #686868. Windows color (decimal): -15490533 or 1810963. OLE color: 1810963.

HSL color Cylindrical-coordinate representation of color #13A21B: hue angle of 123.36º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A21B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 27 -
CMYK 0.88 0 0.83 0.36
HSL 123.36º 0.79% 0.35% -
HSV(B) 123.36º 0.88% 0.64% -
XYZ 13.39 26.06 5.36 -
YUV 103.85 84.62 67.48 -
System Red Green Blue C M Y K H S L
Decimal 19 162 27 0.88 0 0.83 0.36 123.36 0.79 0.35
Hex 13 A2 1B 58 0 53 24 7B 4F 23
Octal 23 242 33 130 0 123 44 173 117 43
Binary 10011 10100010 11011 1011000 0 1010011 100100 1111011 1001111 100011

Color Harmonies of #13A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A21B

Black with #13A21B

Text Example


Text Example

White with #13A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,27); }

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

background-color css

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

 a { background-color: rgb(19,162,27); }

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

border-color css

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

 span { border-color: rgb(19,162,27); }

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