#025405

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

Shades of Green #025405

Tints of Green #025405

Color information

#025405 (or 0x025405) is unknown color: approx Green. HEX triplet: 02, 54 and 05. RGB value is (2,84,5). Sum of RGB (Red+Green+Blue) = 2+84+5=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 84 (33.20% from 255 or 92.31% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 84 - color contains mainly: green. Hex color #025405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025405 is #FDABFA. Grayscale: #323232. Windows color (decimal): -16624635 or 349186. OLE color: 349186.

HSL color Cylindrical-coordinate representation of color #025405: hue angle of 122.2º 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 #025405 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB2845-
CMYK0.9800.940.67
HSL122.2º95.35%16.86%-
HSV(B)122.2º97.62%32.94%-
XYZ3.226.361.2-
YUV50.48102.3393.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 84 (33.20% from 255) = 92.31%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=2.20%
G=92.31%
B=5.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28450.9800.940.67122.295.3516.86
Hex25456205E437a5f11
Octal21245142013610317213721
Binary10101010010111000100101111010000111111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025405; }

 p { color: rgb(2,84,5); }

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

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

 a { background-color: rgb(2,84,5); }

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

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

 span { border-color: rgb(2,84,5); }

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