#025B3C

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

Shades of Jewel #025B3C

Tints of Jewel #025B3C

Color information

#025B3C (or 0x025B3C) is unknown color: approx Jewel. HEX triplet: 02, 5B and 3C. RGB value is (2,91,60). Sum of RGB (Red+Green+Blue) = 2+91+60=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #025B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B3C is #FDA4C3. Grayscale: #3C3C3C. Windows color (decimal): -16622788 or 3955458. OLE color: 3955458.

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

Color convert

RGB29160-
CMYK0.9800.340.64
HSL159.1º95.7%18.24%-
HSV(B)159.1º97.8%35.69%-
XYZ4.587.825.54-
YUV60.85127.5186.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=1.31%
G=59.48%
B=39.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291600.9800.340.64159.195.718.24
Hex25B3C62022409f6012
Octal21337414204210023714022
Binary10101101111110011000100100010100000010011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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