#025C10

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

Shades of Green #025C10

Tints of Green #025C10

Color information

#025C10 (or 0x025C10) is unknown color: approx Green. HEX triplet: 02, 5C and 10. RGB value is (2,92,16). Sum of RGB (Red+Green+Blue) = 2+92+16=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #025C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C10 is #FDA3EF. Grayscale: #383838. Windows color (decimal): -16622576 or 1072130. OLE color: 1072130.

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

Color convert

RGB29216-
CMYK0.9800.830.64
HSL129.33º95.74%18.43%-
HSV(B)129.33º97.83%36.08%-
XYZ3.957.71.77-
YUV56.43105.1889.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 92 (36.33% from 255) = 83.64%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=1.82%
G=83.64%
B=14.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292160.9800.830.64129.3395.7418.43
Hex25C106205340816012
Octal213420142012310020114022
Binary10101110010000110001001010011100000010000001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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