#05B948

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

Shades of Dark Pastel Green #05B948

Tints of Dark Pastel Green #05B948

Color information

#05B948 (or 0x05B948) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B9 and 48. RGB value is (5,185,72). Sum of RGB (Red+Green+Blue) = 5+185+72=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #05B948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B948 is #FA46B7. Grayscale: #767676. Windows color (decimal): -16402104 or 4765957. OLE color: 4765957.

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

Color convert

RGB518572-
CMYK0.9700.610.27
HSL142.33º94.74%37.25%-
HSV(B)142.33º97.3%72.55%-
XYZ18.5835.211.95-
YUV118.3101.8747.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 185 (72.66% from 255) = 70.61%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=1.91%
G=70.61%
B=27.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5185720.9700.610.27142.3394.7437.25
Hex5B9486103D1B8e5f25
Octal52711101410753321613745
Binary1011011100110010001100001011110111011100011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,185,72); }

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

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

 a { background-color: rgb(5,185,72); }

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

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

 span { border-color: rgb(5,185,72); }

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