#025714

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

Shades of Crusoe #025714

Tints of Crusoe #025714

Color information

#025714 (or 0x025714) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 14. RGB value is (2,87,20). Sum of RGB (Red+Green+Blue) = 2+87+20=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #025714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025714 is #FDA8EB. Grayscale: #363636. Windows color (decimal): -16623852 or 1332994. OLE color: 1332994.

HSL color Cylindrical-coordinate representation of color #025714: hue angle of 132.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025714 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB28720-
CMYK0.9800.770.66
HSL132.71º95.51%17.45%-
HSV(B)132.71º97.7%34.12%-
XYZ3.566.881.8-
YUV53.95108.8490.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=1.83%
G=79.82%
B=18.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287200.9800.770.66132.7195.5117.45
Hex257146204D42856011
Octal212724142011510220514021
Binary10101011110100110001001001101100001010000101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025714; }

 p { color: rgb(2,87,20); }

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

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

 a { background-color: rgb(2,87,20); }

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

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

 span { border-color: rgb(2,87,20); }

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