#025D3A

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

Shades of Fun Green #025D3A

Tints of Fun Green #025D3A

Color information

#025D3A (or 0x025D3A) is unknown color: approx Fun Green. HEX triplet: 02, 5D and 3A. RGB value is (2,93,58). Sum of RGB (Red+Green+Blue) = 2+93+58=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 93 (36.72% from 255 or 60.78% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 93 - color contains mainly: green. Hex color #025D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D3A is #FDA2C5. Grayscale: #3D3D3D. Windows color (decimal): -16622278 or 3824898. OLE color: 3824898.

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

Color convert

RGB29358-
CMYK0.9800.380.64
HSL156.92º95.79%18.63%-
HSV(B)156.92º97.85%36.47%-
XYZ4.78.155.33-
YUV61.8125.8585.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 93 (36.72% from 255) = 60.78%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=1.31%
G=60.78%
B=37.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293580.9800.380.64156.9295.7918.63
Hex25D3A62026409d6013
Octal21357214204610023514023
Binary10101110111101011000100100110100000010011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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