#05BA2C

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

Shades of Dark Pastel Green #05BA2C

Tints of Dark Pastel Green #05BA2C

Color information

#05BA2C (or 0x05BA2C) is unknown color: approx Dark Pastel Green. HEX triplet: 05, BA and 2C. RGB value is (5,186,44). Sum of RGB (Red+Green+Blue) = 5+186+44=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA2C is #FA45D3. Grayscale: #747474. Windows color (decimal): -16401876 or 2931205. OLE color: 2931205.

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

Color convert

RGB518644-
CMYK0.9700.760.27
HSL132.93º94.76%37.45%-
HSV(B)132.93º97.31%72.94%-
XYZ18.0835.338.25-
YUV115.6987.5349.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 186 (73.05% from 255) = 79.15%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=2.13%
G=79.15%
B=18.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186440.9700.760.27132.9394.7637.45
Hex5BA2C6104C1B855f25
Octal52725414101143320513745
Binary1011011101010110011000010100110011011100001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,186,44); }

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

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

 a { background-color: rgb(5,186,44); }

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

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

 span { border-color: rgb(5,186,44); }

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