#05BA2A

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

Shades of Dark Pastel Green #05BA2A

Tints of Dark Pastel Green #05BA2A

Color information

#05BA2A (or 0x05BA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, BA and 2A. RGB value is (5,186,42). Sum of RGB (Red+Green+Blue) = 5+186+42=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA2A is #FA45D5. Grayscale: #737373. Windows color (decimal): -16401878 or 2800133. OLE color: 2800133.

HSL color Cylindrical-coordinate representation of color #05BA2A: hue angle of 132.27º 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 #05BA2A is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB518642-
CMYK0.9700.770.27
HSL132.27º94.76%37.45%-
HSV(B)132.27º97.31%72.94%-
XYZ18.0435.328.06-
YUV115.4686.5349.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=2.15%
G=79.83%
B=18.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186420.9700.770.27132.2794.7637.45
Hex5BA2A6104D1B845f25
Octal52725214101153320413745
Binary1011011101010101011000010100110111011100001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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