#025504

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

Shades of Green #025504

Tints of Green #025504

Color information

#025504 (or 0x025504) is unknown color: approx Green. HEX triplet: 02, 55 and 04. RGB value is (2,85,4). Sum of RGB (Red+Green+Blue) = 2+85+4=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 85 (33.59% from 255 or 93.41% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 85 - color contains mainly: green. Hex color #025504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025504 is #FDAAFB. Grayscale: #333333. Windows color (decimal): -16624380 or 283906. OLE color: 283906.

HSL color Cylindrical-coordinate representation of color #025504: hue angle of 121.45º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025504 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB2854-
CMYK0.9800.950.67
HSL121.45º95.4%17.06%-
HSV(B)121.45º97.65%33.33%-
XYZ3.36.521.2-
YUV50.95101.593.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 85 (33.59% from 255) = 93.41%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=2.20%
G=93.41%
B=4.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28540.9800.950.67121.4595.417.06
Hex25546205F43795f11
Octal21254142013710317113721
Binary10101010110011000100101111110000111111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025504; }

 p { color: rgb(2,85,4); }

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

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

 a { background-color: rgb(2,85,4); }

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

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

 span { border-color: rgb(2,85,4); }

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