#027020

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

Shades of Crusoe #027020

Tints of Crusoe #027020

Color information

#027020 (or 0x027020) is unknown color: approx Crusoe. HEX triplet: 02, 70 and 20. RGB value is (2,112,32). Sum of RGB (Red+Green+Blue) = 2+112+32=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #027020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027020 is #FD8FDF. Grayscale: #464646. Windows color (decimal): -16617440 or 2125826. OLE color: 2125826.

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

Color convert

RGB211232-
CMYK0.9800.710.56
HSL136.36º96.49%22.35%-
HSV(B)136.36º98.21%43.92%-
XYZ6.0811.713.31-
YUV69.99106.5679.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 112 (44.14% from 255) = 76.71%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=1.37%
G=76.71%
B=21.92%

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
Decimal2112320.9800.710.56136.3696.4922.35
Hex270206204738886016
Octal21604014201077021014026
Binary10111000010000011000100100011111100010001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027020; }

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

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

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

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

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

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

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

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