#13A23A

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

Shades of Dark Pastel Green #13A23A

Tints of Dark Pastel Green #13A23A

Color information

#13A23A (or 0x13A23A) is unknown color: approx Dark Pastel Green. HEX triplet: 13, A2 and 3A. RGB value is (19,162,58). Sum of RGB (Red+Green+Blue) = 19+162+58=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #13A23A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A23A is #EC5DC5. Grayscale: #6B6B6B. Windows color (decimal): -15490502 or 3842579. OLE color: 3842579.

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

Color convert

RGB1916258-
CMYK0.8800.640.36
HSL136.36º79.01%35.49%-
HSV(B)136.36º88.27%63.53%-
XYZ13.9526.288.34-
YUV107.39100.1264.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 162 (63.67% from 255) = 67.78%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=7.95%
G=67.78%
B=24.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19162580.8800.640.36136.3679.0135.49
Hex13A23A5804024884f23
Octal232427213001004421011743
Binary1001110100010111010101100001000000100100100010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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