#13B258

Color #13B258 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #13B258

Tints of Pigment Green #13B258

Color information

#13B258 (or 0x13B258) is unknown color: approx Pigment Green. HEX triplet: 13, B2 and 58. RGB value is (19,178,88). Sum of RGB (Red+Green+Blue) = 19+178+88=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #13B258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B258 is #EC4DA7. Grayscale: #787878. Windows color (decimal): -15486376 or 5812755. OLE color: 5812755.

HSL color Cylindrical-coordinate representation of color #13B258: hue angle of 146.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B258 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1917888-
CMYK0.8900.510.30
HSL146.04º80.71%38.63%-
HSV(B)146.04º89.33%69.8%-
XYZ17.9532.6814.6-
YUV120.2109.8255.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 178 (69.92% from 255) = 62.46%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=6.67%
G=62.46%
B=30.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178880.8900.510.30146.0480.7138.63
Hex13B258590331E925127
Octal232621301310633622212147
Binary100111011001010110001011001011001111110100100101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,88); }

 H1.HeaderClassName
 {
   color: #13B258;
 }
 .AnyTagClassName
 {
   color: #13B258;
 }
</style>
background-color css

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

 a { background-color: rgb(19,178,88); }

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

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

 span { border-color: rgb(19,178,88); }

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