#026030

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

Shades of Crusoe #026030

Tints of Crusoe #026030

Color information

#026030 (or 0x026030) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 30. RGB value is (2,96,48). Sum of RGB (Red+Green+Blue) = 2+96+48=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #026030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026030 is #FD9FCF. Grayscale: #3E3E3E. Windows color (decimal): -16621520 or 3170306. OLE color: 3170306.

HSL color Cylindrical-coordinate representation of color #026030: hue angle of 149.36º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026030 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB29648-
CMYK0.9800.500.62
HSL149.36º95.92%19.22%-
HSV(B)149.36º97.92%37.65%-
XYZ4.748.594.2-
YUV62.42119.8684.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=1.37%
G=65.75%
B=32.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296480.9800.500.62149.3695.9219.22
Hex26030620323E956013
Octal2140601420627622514023
Binary1011000001100001100010011001011111010010101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026030; }

 p { color: rgb(2,96,48); }

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

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

 a { background-color: rgb(2,96,48); }

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

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

 span { border-color: rgb(2,96,48); }

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