Html Css Color HEX #13A141 Pigment Green

📋 copy color: '#13A141'

red 19 ◦ green 161 ◦ blue 65

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

Shades of Pigment Green #13A141

Tints of Pigment Green #13A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.71%

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

R = 7.76%
G = 65.71%
B = 26.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#13A141 (or 0x13A141) is known color: Pigment Green. HEX triplet: 13, A1 and 41. RGB value is (19,161,65). Sum of RGB (Red+Green+Blue) = 19+161+65=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 161 (63.28% from 255 or 65.71% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 161 - color contains mainly: green. Hex color #13A141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A141 is #EC5EBE. Grayscale: #6B6B6B. Windows color (decimal): -15490751 or 4301075. OLE color: 4301075.

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

Color convert

RGB 19 161 65 -
CMYK 0.88 0 0.60 0.37
HSL 139.44º 0.79% 0.35% -
HSV(B) 139.44º 0.88% 0.63% -
XYZ 13.97 26.01 9.29 -
YUV 107.6 103.96 64.81 -
System Red Green Blue C M Y K H S L
Decimal 19 161 65 0.88 0 0.60 0.37 139.44 0.79 0.35
Hex 13 A1 41 58 0 3C 25 8B 4F 23
Octal 23 241 101 130 0 74 45 213 117 43
Binary 10011 10100001 1000001 1011000 0 111100 100101 10001011 1001111 100011

Color Harmonies of #13A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A141

Black with #13A141

Text Example


Text Example

White with #13A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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