#025812

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

Shades of Crusoe #025812

Tints of Crusoe #025812

Color information

#025812 (or 0x025812) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 12. RGB value is (2,88,18). Sum of RGB (Red+Green+Blue) = 2+88+18=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #025812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025812 is #FDA7ED. Grayscale: #363636. Windows color (decimal): -16623598 or 1202178. OLE color: 1202178.

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

Color convert

RGB28818-
CMYK0.9800.800.65
HSL131.16º95.56%17.65%-
HSV(B)131.16º97.73%34.51%-
XYZ3.627.041.74-
YUV54.31107.5190.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 88 (34.77% from 255) = 81.48%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=1.85%
G=81.48%
B=16.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288180.9800.800.65131.1695.5617.65
Hex258126205041836012
Octal213022142012010120314022
Binary10101100010010110001001010000100000110000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025812; }

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

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

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

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

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

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

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

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