#006B29

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

Shades of Crusoe #006B29

Tints of Crusoe #006B29

Color information

#006B29 (or 0x006B29) is unknown color: approx Crusoe. HEX triplet: 00, 6B and 29. RGB value is (0,107,41). Sum of RGB (Red+Green+Blue) = 0+107+41=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 107 (42.19% from 255 or 72.30% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 107 - color contains mainly: green. Hex color #006B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B29 is #FF94D6. Grayscale: #434343. Windows color (decimal): -16749783 or 2714368. OLE color: 2714368.

HSL color Cylindrical-coordinate representation of color #006B29: hue angle of 142.99º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B29 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB010741-
CMYK100.620.58
HSL142.99º100%20.98%-
HSV(B)142.99º100%41.96%-
XYZ5.6610.683.86-
YUV67.48113.0579.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 72.30%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=0%
G=72.30%
B=27.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010741100.620.58142.9910020.98
Hex06B296403E3A8f6415
Octal0153511440767221714425
Binary011010111010011100100011111011101010001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006B29; }

 p { color: rgb(0,107,41); }

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

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

 a { background-color: rgb(0,107,41); }

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

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

 span { border-color: rgb(0,107,41); }

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