#05B82A

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

Shades of Dark Pastel Green #05B82A

Tints of Dark Pastel Green #05B82A

Color information

#05B82A (or 0x05B82A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B8 and 2A. RGB value is (5,184,42). Sum of RGB (Red+Green+Blue) = 5+184+42=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 184 (72.27% from 255 or 79.65% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 184 - color contains mainly: green. Hex color #05B82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B82A is #FA47D5. Grayscale: #727272. Windows color (decimal): -16402390 or 2799621. OLE color: 2799621.

HSL color Cylindrical-coordinate representation of color #05B82A: hue angle of 132.4º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B82A is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB518442-
CMYK0.9700.770.28
HSL132.4º94.71%37.06%-
HSV(B)132.4º97.28%72.16%-
XYZ17.6234.487.92-
YUV114.2987.250.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 184 (72.27% from 255) = 79.65%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=2.16%
G=79.65%
B=18.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184420.9700.770.28132.494.7137.06
Hex5B82A6104D1C845f25
Octal52705214101153420413745
Binary1011011100010101011000010100110111100100001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B82A; }

 p { color: rgb(5,184,42); }

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

<style>
 a { background-color: #05B82A; }

 a { background-color: rgb(5,184,42); }

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

<style>
 span { border-color: #05B82A; }

 span { border-color: rgb(5,184,42); }

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