#025D15

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

Shades of Crusoe #025D15

Tints of Crusoe #025D15

Color information

#025D15 (or 0x025D15) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 15. RGB value is (2,93,21). Sum of RGB (Red+Green+Blue) = 2+93+21=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #025D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D15 is #FDA2EA. Grayscale: #393939. Windows color (decimal): -16622315 or 1400066. OLE color: 1400066.

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

Color convert

RGB29321-
CMYK0.9800.770.64
HSL132.53º95.79%18.63%-
HSV(B)132.53º97.85%36.47%-
XYZ4.077.92.02-
YUV57.58107.3588.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 93 (36.72% from 255) = 80.17%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=1.72%
G=80.17%
B=18.10%

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
Decimal293210.9800.770.64132.5395.7918.63
Hex25D156204D40856013
Octal213525142011510020514023
Binary10101110110101110001001001101100000010000101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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