#025E3E

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

Shades of Jewel #025E3E

Tints of Jewel #025E3E

Color information

#025E3E (or 0x025E3E) is unknown color: approx Jewel. HEX triplet: 02, 5E and 3E. RGB value is (2,94,62). Sum of RGB (Red+Green+Blue) = 2+94+62=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 94 (37.11% from 255 or 59.49% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 94 - color contains mainly: green. Hex color #025E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E3E is #FDA1C1. Grayscale: #3E3E3E. Windows color (decimal): -16622018 or 4087298. OLE color: 4087298.

HSL color Cylindrical-coordinate representation of color #025E3E: hue angle of 159.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E3E is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB29462-
CMYK0.9800.340.63
HSL159.13º95.83%18.82%-
HSV(B)159.13º97.87%36.86%-
XYZ4.98.375.91-
YUV62.84127.5284.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 94 (37.11% from 255) = 59.49%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=1.27%
G=59.49%
B=39.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294620.9800.340.63159.1395.8318.82
Hex25E3E620223F9f6013
Octal2136761420427723714023
Binary1010111101111101100010010001011111110011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,62); }

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

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

 a { background-color: rgb(2,94,62); }

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

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

 span { border-color: rgb(2,94,62); }

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