#025B3E

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

Shades of Jewel #025B3E

Tints of Jewel #025B3E

Color information

#025B3E (or 0x025B3E) is unknown color: approx Jewel. HEX triplet: 02, 5B and 3E. RGB value is (2,91,62). Sum of RGB (Red+Green+Blue) = 2+91+62=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #025B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B3E is #FDA4C1. Grayscale: #3D3D3D. Windows color (decimal): -16622786 or 4086530. OLE color: 4086530.

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

Color convert

RGB29162-
CMYK0.9800.320.64
HSL160.45º95.7%18.24%-
HSV(B)160.45º97.8%35.69%-
XYZ4.647.845.83-
YUV61.08128.5185.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 91 (35.94% from 255) = 58.71%
BLUE value IS 62 (24.61% from 255) = 40%
R=1.29%
G=58.71%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291620.9800.320.64160.4595.718.24
Hex25B3E6202040a06012
Octal21337614204010024014022
Binary10101101111111011000100100000100000010100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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