#025C00

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

Shades of Green #025C00

Tints of Green #025C00

Color information

#025C00 (or 0x025C00) is unknown color: approx Green. HEX triplet: 02, 5C and 00. RGB value is (2,92,0). Sum of RGB (Red+Green+Blue) = 2+92+0=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 92 (36.33% from 255 or 97.87% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 92 - color contains mainly: green. Hex color #025C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C00 is #FDA3FF. Grayscale: #363636. Windows color (decimal): -16622592 or 23554. OLE color: 23554.

HSL color Cylindrical-coordinate representation of color #025C00: hue angle of 118.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #025C00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB2920-
CMYK0.98010.64
HSL118.7º100%18.04%-
HSV(B)118.7º100%36.08%-
XYZ3.857.671.28-
YUV54.697.1890.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 92 (36.33% from 255) = 97.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.13%
G=97.87%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal29200.98010.64118.710018.04
Hex25C06206440776412
Octal21340142014410016714422
Binary101011100011000100110010010000001110111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025C00; }

 p { color: rgb(2,92,0); }

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

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

 a { background-color: rgb(2,92,0); }

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

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

 span { border-color: rgb(2,92,0); }

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