#025E3A

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

Shades of Fun Green #025E3A

Tints of Fun Green #025E3A

Color information

#025E3A (or 0x025E3A) is unknown color: approx Fun Green. HEX triplet: 02, 5E and 3A. RGB value is (2,94,58). Sum of RGB (Red+Green+Blue) = 2+94+58=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 94 (37.11% from 255 or 61.04% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 94 - color contains mainly: green. Hex color #025E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E3A is #FDA1C5. Grayscale: #3E3E3E. Windows color (decimal): -16622022 or 3825154. OLE color: 3825154.

HSL color Cylindrical-coordinate representation of color #025E3A: hue angle of 156.52º 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 #025E3A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB29458-
CMYK0.9800.380.63
HSL156.52º95.83%18.82%-
HSV(B)156.52º97.87%36.86%-
XYZ4.798.325.36-
YUV62.39125.5284.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 94 (37.11% from 255) = 61.04%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=1.30%
G=61.04%
B=37.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294580.9800.380.63156.5295.8318.82
Hex25E3A620263F9d6013
Octal2136721420467723514023
Binary1010111101110101100010010011011111110011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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