#025B15

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

Shades of Crusoe #025B15

Tints of Crusoe #025B15

Color information

#025B15 (or 0x025B15) is unknown color: approx Crusoe. HEX triplet: 02, 5B and 15. RGB value is (2,91,21). Sum of RGB (Red+Green+Blue) = 2+91+21=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #025B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B15 is #FDA4EA. Grayscale: #383838. Windows color (decimal): -16622827 or 1399554. OLE color: 1399554.

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

Color convert

RGB29121-
CMYK0.9800.770.64
HSL132.81º95.7%18.24%-
HSV(B)132.81º97.8%35.69%-
XYZ3.97.551.96-
YUV56.41108.0189.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 91 (35.94% from 255) = 79.82%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=1.75%
G=79.82%
B=18.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291210.9800.770.64132.8195.718.24
Hex25B156204D40856012
Octal213325142011510020514022
Binary10101101110101110001001001101100000010000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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