#025C38

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

Shades of Fun Green #025C38

Tints of Fun Green #025C38

Color information

#025C38 (or 0x025C38) is unknown color: approx Fun Green. HEX triplet: 02, 5C and 38. RGB value is (2,92,56). Sum of RGB (Red+Green+Blue) = 2+92+56=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #025C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C38 is #FDA3C7. Grayscale: #3D3D3D. Windows color (decimal): -16622536 or 3693570. OLE color: 3693570.

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

Color convert

RGB29256-
CMYK0.9800.390.64
HSL156º95.74%18.43%-
HSV(B)156º97.83%36.08%-
XYZ4.577.955.04-
YUV60.99125.1885.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 92 (36.33% from 255) = 61.33%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=1.33%
G=61.33%
B=37.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292560.9800.390.6415695.7418.43
Hex25C3862027409c6012
Octal21347014204710023414022
Binary10101110011100011000100100111100000010011100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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