#05BA30

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

Shades of Dark Pastel Green #05BA30

Tints of Dark Pastel Green #05BA30

Color information

#05BA30 (or 0x05BA30) is unknown color: approx Dark Pastel Green. HEX triplet: 05, BA and 30. RGB value is (5,186,48). Sum of RGB (Red+Green+Blue) = 5+186+48=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA30 is #FA45CF. Grayscale: #747474. Windows color (decimal): -16401872 or 3193349. OLE color: 3193349.

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

Color convert

RGB518648-
CMYK0.9700.740.27
HSL134.25º94.76%37.45%-
HSV(B)134.25º97.31%72.94%-
XYZ18.1535.368.67-
YUV116.1589.5348.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 186 (73.05% from 255) = 77.82%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=2.09%
G=77.82%
B=20.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186480.9700.740.27134.2594.7637.45
Hex5BA306104A1B865f25
Octal52726014101123320613745
Binary1011011101011000011000010100101011011100001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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