#025722

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

Shades of Crusoe #025722

Tints of Crusoe #025722

Color information

#025722 (or 0x025722) is unknown color: approx Crusoe. HEX triplet: 02, 57 and 22. RGB value is (2,87,34). Sum of RGB (Red+Green+Blue) = 2+87+34=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #025722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025722 is #FDA8DD. Grayscale: #373737. Windows color (decimal): -16623838 or 2250498. OLE color: 2250498.

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

Color convert

RGB28734-
CMYK0.9800.610.66
HSL142.59º95.51%17.45%-
HSV(B)142.59º97.7%34.12%-
XYZ3.726.942.66-
YUV55.54115.8489.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 87 (34.38% from 255) = 70.73%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=1.63%
G=70.73%
B=27.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287340.9800.610.66142.5995.5117.45
Hex257226203D428f6011
Octal21274214207510221714021
Binary10101011110001011000100111101100001010001111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025722; }

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

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

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

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

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

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

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

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