#025822

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

Shades of Crusoe #025822

Tints of Crusoe #025822

Color information

#025822 (or 0x025822) is unknown color: approx Crusoe. HEX triplet: 02, 58 and 22. RGB value is (2,88,34). Sum of RGB (Red+Green+Blue) = 2+88+34=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #025822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025822 is #FDA7DD. Grayscale: #383838. Windows color (decimal): -16623582 or 2250754. OLE color: 2250754.

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

Color convert

RGB28834-
CMYK0.9800.610.65
HSL142.33º95.56%17.65%-
HSV(B)142.33º97.73%34.51%-
XYZ3.87.112.68-
YUV56.13115.5189.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 88 (34.77% from 255) = 70.97%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=1.61%
G=70.97%
B=27.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288340.9800.610.65142.3395.5617.65
Hex258226203D418e6012
Octal21304214207510121614022
Binary10101100010001011000100111101100000110001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025822; }

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

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

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

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

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

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

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

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