#13D02F

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

Shades of Dark Pastel Green #13D02F

Tints of Dark Pastel Green #13D02F

Color information

#13D02F (or 0x13D02F) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D0 and 2F. RGB value is (19,208,47). Sum of RGB (Red+Green+Blue) = 19+208+47=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #13D02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D02F is #EC2FD0. Grayscale: #858585. Windows color (decimal): -15478737 or 3133459. OLE color: 3133459.

HSL color Cylindrical-coordinate representation of color #13D02F: hue angle of 128.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D02F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB1920847-
CMYK0.9100.770.18
HSL128.89º83.26%44.51%-
HSV(B)128.89º90.87%81.57%-
XYZ23.3445.4610.23-
YUV133.1479.3846.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 208 (81.64% from 255) = 75.91%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=6.93%
G=75.91%
B=17.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19208470.9100.770.18128.8983.2644.51
Hex13D02F5B04D1281532d
Octal233205713301152220112355
Binary100111101000010111110110110100110110010100000011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,208,47); }

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

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

 a { background-color: rgb(19,208,47); }

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

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

 span { border-color: rgb(19,208,47); }

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