#025A15

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

Shades of Crusoe #025A15

Tints of Crusoe #025A15

Color information

#025A15 (or 0x025A15) is unknown color: approx Crusoe. HEX triplet: 02, 5A and 15. RGB value is (2,90,21). Sum of RGB (Red+Green+Blue) = 2+90+21=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #025A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A15 is #FDA5EA. Grayscale: #383838. Windows color (decimal): -16623083 or 1399298. OLE color: 1399298.

HSL color Cylindrical-coordinate representation of color #025A15: hue angle of 132.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A15 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB29021-
CMYK0.9800.770.65
HSL132.95º95.65%18.04%-
HSV(B)132.95º97.78%35.29%-
XYZ3.827.381.93-
YUV55.82108.3589.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 90 (35.55% from 255) = 79.65%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=1.77%
G=79.65%
B=18.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290210.9800.770.65132.9595.6518.04
Hex25A156204D41856012
Octal213225142011510120514022
Binary10101101010101110001001001101100000110000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,21); }

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

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

 a { background-color: rgb(2,90,21); }

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

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

 span { border-color: rgb(2,90,21); }

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