#027326

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

Shades of Crusoe #027326

Tints of Crusoe #027326

Color information

#027326 (or 0x027326) is unknown color: approx Crusoe. HEX triplet: 02, 73 and 26. RGB value is (2,115,38). Sum of RGB (Red+Green+Blue) = 2+115+38=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #027326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027326 is #FD8CD9. Grayscale: #484848. Windows color (decimal): -16616666 or 2519810. OLE color: 2519810.

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

Color convert

RGB211538-
CMYK0.9800.670.55
HSL139.12º96.58%22.94%-
HSV(B)139.12º98.26%45.1%-
XYZ6.5112.413.89-
YUV72.43108.5677.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=1.29%
G=74.19%
B=24.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115380.9800.670.55139.1296.5822.94
Hex2732662043378b6117
Octal21634614201036721314127
Binary10111001110011011000100100001111011110001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027326; }

 p { color: rgb(2,115,38); }

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

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

 a { background-color: rgb(2,115,38); }

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

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

 span { border-color: rgb(2,115,38); }

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