#026B1D

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

Shades of Crusoe #026B1D

Tints of Crusoe #026B1D

Color information

#026B1D (or 0x026B1D) is unknown color: approx Crusoe. HEX triplet: 02, 6B and 1D. RGB value is (2,107,29). Sum of RGB (Red+Green+Blue) = 2+107+29=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #026B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B1D is #FD94E2. Grayscale: #424242. Windows color (decimal): -16618723 or 1927938. OLE color: 1927938.

HSL color Cylindrical-coordinate representation of color #026B1D: hue angle of 135.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B1D is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB210729-
CMYK0.9800.730.58
HSL135.43º96.33%21.37%-
HSV(B)135.43º98.13%41.96%-
XYZ5.510.622.92-
YUV66.71106.7181.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 107 (42.19% from 255) = 77.54%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=1.45%
G=77.54%
B=21.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107290.9800.730.58135.4396.3321.37
Hex26B1D620493A876015
Octal21533514201117220714025
Binary1011010111110111000100100100111101010000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,107,29); }

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

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

 a { background-color: rgb(2,107,29); }

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

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

 span { border-color: rgb(2,107,29); }

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