Html Css Color HEX #13A42B Forest Green

📋 copy color: '#13A42B'

red 19 ◦ green 164 ◦ blue 43

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

Shades of Forest Green #13A42B

Tints of Forest Green #13A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.57%

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 8.41%
G = 72.57%
B = 19.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#13A42B (or 0x13A42B) is known color: Forest Green. HEX triplet: 13, A4 and 2B. RGB value is (19,164,43). Sum of RGB (Red+Green+Blue) = 19+164+43=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #13A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A42B is #EC5BD4. Grayscale: #6B6B6B. Windows color (decimal): -15490005 or 2860051. OLE color: 2860051.

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

Color convert

RGB 19 164 43 -
CMYK 0.88 0 0.74 0.36
HSL 129.93º 0.79% 0.36% -
HSV(B) 129.93º 0.88% 0.64% -
XYZ 13.98 26.86 6.73 -
YUV 106.85 91.96 65.34 -
System Red Green Blue C M Y K H S L
Decimal 19 164 43 0.88 0 0.74 0.36 129.93 0.79 0.36
Hex 13 A4 2B 58 0 4A 24 82 4F 24
Octal 23 244 53 130 0 112 44 202 117 44
Binary 10011 10100100 101011 1011000 0 1001010 100100 10000010 1001111 100100

Color Harmonies of #13A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A42B

Black with #13A42B

Text Example


Text Example

White with #13A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,43); }

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

background-color css

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

 a { background-color: rgb(19,164,43); }

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

border-color css

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

 span { border-color: rgb(19,164,43); }

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