#027021

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

Shades of Crusoe #027021

Tints of Crusoe #027021

Color information

#027021 (or 0x027021) is unknown color: approx Crusoe. HEX triplet: 02, 70 and 21. RGB value is (2,112,33). Sum of RGB (Red+Green+Blue) = 2+112+33=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #027021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027021 is #FD8FDE. Grayscale: #464646. Windows color (decimal): -16617439 or 2191362. OLE color: 2191362.

HSL color Cylindrical-coordinate representation of color #027021: hue angle of 136.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027021 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB211233-
CMYK0.9800.710.56
HSL136.91º96.49%22.35%-
HSV(B)136.91º98.21%43.92%-
XYZ6.0911.713.38-
YUV70.1107.0679.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=1.36%
G=76.19%
B=22.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112330.9800.710.56136.9196.4922.35
Hex270216204738896016
Octal21604114201077021114026
Binary10111000010000111000100100011111100010001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027021; }

 p { color: rgb(2,112,33); }

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

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

 a { background-color: rgb(2,112,33); }

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

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

 span { border-color: rgb(2,112,33); }

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