#027522

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

Shades of Crusoe #027522

Tints of Crusoe #027522

Color information

#027522 (or 0x027522) is unknown color: approx Crusoe. HEX triplet: 02, 75 and 22. RGB value is (2,117,34). Sum of RGB (Red+Green+Blue) = 2+117+34=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #027522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027522 is #FD8ADD. Grayscale: #494949. Windows color (decimal): -16616158 or 2258178. OLE color: 2258178.

HSL color Cylindrical-coordinate representation of color #027522: hue angle of 136.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027522 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB211734-
CMYK0.9800.710.54
HSL136.7º96.64%23.33%-
HSV(B)136.7º98.29%45.88%-
XYZ6.6812.853.64-
YUV73.15105.977.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 117 (46.09% from 255) = 76.47%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=1.31%
G=76.47%
B=22.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117340.9800.710.54136.796.6423.33
Hex275226204736896117
Octal21654214201076621114127
Binary10111010110001011000100100011111011010001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027522; }

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

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

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

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

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

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

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

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