#05B61A

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

Shades of Dark Pastel Green #05B61A

Tints of Dark Pastel Green #05B61A

Color information

#05B61A (or 0x05B61A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B6 and 1A. RGB value is (5,182,26). Sum of RGB (Red+Green+Blue) = 5+182+26=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 182 (71.48% from 255 or 85.45% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 182 - color contains mainly: green. Hex color #05B61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B61A is #FA49E5. Grayscale: #6F6F6F. Windows color (decimal): -16402918 or 1750533. OLE color: 1750533.

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

Color convert

RGB518226-
CMYK0.9700.860.29
HSL127.12º94.65%36.67%-
HSV(B)127.12º97.25%71.37%-
XYZ16.9833.566.56-
YUV111.2979.8652.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 182 (71.48% from 255) = 85.45%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=2.35%
G=85.45%
B=12.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182260.9700.860.29127.1294.6536.67
Hex5B61A610561D7f5f25
Octal52663214101263517713745
Binary10110110110110101100001010101101110111111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,182,26); }

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

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

 a { background-color: rgb(5,182,26); }

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

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

 span { border-color: rgb(5,182,26); }

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