#05C228

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

Shades of Dark Pastel Green #05C228

Tints of Dark Pastel Green #05C228

Color information

#05C228 (or 0x05C228) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C2 and 28. RGB value is (5,194,40). Sum of RGB (Red+Green+Blue) = 5+194+40=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #05C228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C228 is #FA3DD7. Grayscale: #787878. Windows color (decimal): -16399832 or 2671109. OLE color: 2671109.

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

Color convert

RGB519440-
CMYK0.9700.790.24
HSL131.11º94.97%39.02%-
HSV(B)131.11º97.42%76.08%-
XYZ19.7438.778.45-
YUV119.9382.8846.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 194 (76.17% from 255) = 81.17%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=2.09%
G=81.17%
B=16.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5194400.9700.790.24131.1194.9739.02
Hex5C2286104F18835f27
Octal53025014101173020313747
Binary1011100001010100011000010100111111000100000111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,194,40); }

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

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

 a { background-color: rgb(5,194,40); }

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

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

 span { border-color: rgb(5,194,40); }

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