#05B630

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

Shades of Dark Pastel Green #05B630

Tints of Dark Pastel Green #05B630

Color information

#05B630 (or 0x05B630) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B6 and 30. RGB value is (5,182,48). Sum of RGB (Red+Green+Blue) = 5+182+48=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 182 (71.48% from 255 or 77.45% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 182 - color contains mainly: green. Hex color #05B630 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B630 is #FA49CF. Grayscale: #727272. Windows color (decimal): -16402896 or 3192325. OLE color: 3192325.

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

Color convert

RGB518248-
CMYK0.9700.740.29
HSL134.58º94.65%36.67%-
HSV(B)134.58º97.25%71.37%-
XYZ17.3233.78.39-
YUV113.890.8650.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 182 (71.48% from 255) = 77.45%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=2.13%
G=77.45%
B=20.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182480.9700.740.29134.5894.6536.67
Hex5B6306104A1D875f25
Octal52666014101123520713745
Binary1011011011011000011000010100101011101100001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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