#13A233

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

Shades of Dark Pastel Green #13A233

Tints of Dark Pastel Green #13A233

Color information

#13A233 (or 0x13A233) is unknown color: approx Dark Pastel Green. HEX triplet: 13, A2 and 33. RGB value is (19,162,51). Sum of RGB (Red+Green+Blue) = 19+162+51=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #13A233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A233 is #EC5DCC. Grayscale: #6A6A6A. Windows color (decimal): -15490509 or 3383827. OLE color: 3383827.

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

Color convert

RGB1916251-
CMYK0.8800.690.36
HSL133.43º79.01%35.49%-
HSV(B)133.43º88.27%63.53%-
XYZ13.7926.227.47-
YUV106.5996.6265.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 162 (63.67% from 255) = 69.83%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=8.19%
G=69.83%
B=21.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19162510.8800.690.36133.4379.0135.49
Hex13A2335804524854f23
Octal232426313001054420511743
Binary1001110100010110011101100001000101100100100001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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