#13B84B

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

Shades of Dark Pastel Green #13B84B

Tints of Dark Pastel Green #13B84B

Color information

#13B84B (or 0x13B84B) is unknown color: approx Dark Pastel Green. HEX triplet: 13, B8 and 4B. RGB value is (19,184,75). Sum of RGB (Red+Green+Blue) = 19+184+75=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #13B84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B84B is #EC47B4. Grayscale: #7A7A7A. Windows color (decimal): -15484853 or 4962323. OLE color: 4962323.

HSL color Cylindrical-coordinate representation of color #13B84B: hue angle of 140.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B84B is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1918475-
CMYK0.9000.590.28
HSL140.36º81.28%39.8%-
HSV(B)140.36º89.67%72.16%-
XYZ18.6834.9312.41-
YUV122.24101.3454.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 184 (72.27% from 255) = 66.19%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=6.83%
G=66.19%
B=26.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19184750.9000.590.28140.3681.2839.8
Hex13B84B5A03B1C8c5128
Octal232701131320733421412150
Binary100111011100010010111011010011101111100100011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,184,75); }

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

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

 a { background-color: rgb(19,184,75); }

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

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

 span { border-color: rgb(19,184,75); }

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