#13BD2B

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

Shades of Dark Pastel Green #13BD2B

Tints of Dark Pastel Green #13BD2B

Color information

#13BD2B (or 0x13BD2B) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BD and 2B. RGB value is (19,189,43). Sum of RGB (Red+Green+Blue) = 19+189+43=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD2B is #EC42D4. Grayscale: #797979. Windows color (decimal): -15483605 or 2866451. OLE color: 2866451.

HSL color Cylindrical-coordinate representation of color #13BD2B: hue angle of 128.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD2B is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1918943-
CMYK0.9000.770.26
HSL128.47º81.73%40.78%-
HSV(B)128.47º89.95%74.12%-
XYZ18.936.718.37-
YUV121.5383.6854.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 189 (74.22% from 255) = 75.30%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=7.57%
G=75.30%
B=17.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19189430.9000.770.26128.4781.7340.78
Hex13BD2B5A04D1A805229
Octal232755313201153220012251
Binary100111011110110101110110100100110111010100000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,189,43); }

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

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

 a { background-color: rgb(19,189,43); }

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

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

 span { border-color: rgb(19,189,43); }

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