#026323

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

Shades of Crusoe #026323

Tints of Crusoe #026323

Color information

#026323 (or 0x026323) is unknown color: approx Crusoe. HEX triplet: 02, 63 and 23. RGB value is (2,99,35). Sum of RGB (Red+Green+Blue) = 2+99+35=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #026323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026323 is #FD9CDC. Grayscale: #3E3E3E. Windows color (decimal): -16620765 or 2319106. OLE color: 2319106.

HSL color Cylindrical-coordinate representation of color #026323: hue angle of 140.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026323 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB29935-
CMYK0.9800.650.61
HSL140.41º96.04%19.8%-
HSV(B)140.41º97.98%38.82%-
XYZ4.799.063.09-
YUV62.7112.3684.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 99 (39.06% from 255) = 72.79%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=1.47%
G=72.79%
B=25.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299350.9800.650.61140.4196.0419.8
Hex26323620413D8c6014
Octal21434314201017521414024
Binary10110001110001111000100100000111110110001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026323; }

 p { color: rgb(2,99,35); }

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

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

 a { background-color: rgb(2,99,35); }

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

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

 span { border-color: rgb(2,99,35); }

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