Html Css Color HEX #13A241 Pigment Green

📋 copy color: '#13A241'

red 19 ◦ green 162 ◦ blue 65

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

Shades of Pigment Green #13A241

Tints of Pigment Green #13A241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 7.72%
G = 65.85%
B = 26.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#13A241 (or 0x13A241) is known color: Pigment Green. HEX triplet: 13, A2 and 41. RGB value is (19,162,65). Sum of RGB (Red+Green+Blue) = 19+162+65=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #13A241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A241 is #EC5DBE. Grayscale: #6C6C6C. Windows color (decimal): -15490495 or 4301331. OLE color: 4301331.

HSL color Cylindrical-coordinate representation of color #13A241: hue angle of 139.3º 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 #13A241 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 65 -
CMYK 0.88 0 0.60 0.36
HSL 139.3º 0.79% 0.35% -
HSV(B) 139.3º 0.88% 0.64% -
XYZ 14.14 26.36 9.34 -
YUV 108.19 103.62 64.39 -
System Red Green Blue C M Y K H S L
Decimal 19 162 65 0.88 0 0.60 0.36 139.3 0.79 0.35
Hex 13 A2 41 58 0 3C 24 8B 4F 23
Octal 23 242 101 130 0 74 44 213 117 43
Binary 10011 10100010 1000001 1011000 0 111100 100100 10001011 1001111 100011

Color Harmonies of #13A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A241

Black with #13A241

Text Example


Text Example

White with #13A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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