#025818

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

Shades of Crusoe #025818

Tints of Crusoe #025818

Color information

#025818 (or 0x025818) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 18. RGB value is (2,88,24). Sum of RGB (Red+Green+Blue) = 2+88+24=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #025818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025818 is #FDA7E7. Grayscale: #373737. Windows color (decimal): -16623592 or 1595394. OLE color: 1595394.

HSL color Cylindrical-coordinate representation of color #025818: hue angle of 135.35º 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 #025818 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB28824-
CMYK0.9800.730.65
HSL135.35º95.56%17.65%-
HSV(B)135.35º97.73%34.51%-
XYZ3.687.062.03-
YUV54.99110.5190.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 88 (34.77% from 255) = 77.19%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=1.75%
G=77.19%
B=21.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288240.9800.730.65135.3595.5617.65
Hex258186204941876012
Octal213030142011110120714022
Binary10101100011000110001001001001100000110000111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025818; }

 p { color: rgb(2,88,24); }

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

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

 a { background-color: rgb(2,88,24); }

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

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

 span { border-color: rgb(2,88,24); }

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