#026D2D

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

Shades of Crusoe #026D2D

Tints of Crusoe #026D2D

Color information

#026D2D (or 0x026D2D) is unknown color: approx Crusoe. HEX triplet: 02, 6D and 2D. RGB value is (2,109,45). Sum of RGB (Red+Green+Blue) = 2+109+45=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #026D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D2D is #FD92D2. Grayscale: #454545. Windows color (decimal): -16618195 or 2977026. OLE color: 2977026.

HSL color Cylindrical-coordinate representation of color #026D2D: hue angle of 144.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D2D is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB210945-
CMYK0.9800.590.57
HSL144.11º96.4%21.76%-
HSV(B)144.11º98.17%42.75%-
XYZ5.9711.144.32-
YUV69.71114.0579.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 109 (42.97% from 255) = 69.87%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=1.28%
G=69.87%
B=28.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109450.9800.590.57144.1196.421.76
Hex26D2D6203B39906016
Octal2155551420737122014026
Binary1011011011011011100010011101111100110010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026D2D; }

 p { color: rgb(2,109,45); }

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

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

 a { background-color: rgb(2,109,45); }

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

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

 span { border-color: rgb(2,109,45); }

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