#13B222

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

Shades of Dark Pastel Green #13B222

Tints of Dark Pastel Green #13B222

Color information

#13B222 (or 0x13B222) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B2 and 22. RGB value is (19,178,34). Sum of RGB (Red+Green+Blue) = 19+178+34=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 178 (69.92% from 255 or 77.06% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 178 - color contains mainly: green. Hex color #13B222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B222 is #EC4DDD. Grayscale: #727272. Windows color (decimal): -15486430 or 2273811. OLE color: 2273811.

HSL color Cylindrical-coordinate representation of color #13B222: hue angle of 125.66º 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 #13B222 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1917834-
CMYK0.8900.810.30
HSL125.66º80.71%38.63%-
HSV(B)125.66º89.33%69.8%-
XYZ16.4832.096.84-
YUV114.0482.8260.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 178 (69.92% from 255) = 77.06%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=8.23%
G=77.06%
B=14.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178340.8900.810.30125.6680.7138.63
Hex13B222590511E7e5127
Octal232624213101213617612147
Binary10011101100101000101011001010100011111011111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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