#006D29

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

Shades of Crusoe #006D29

Tints of Crusoe #006D29

Color information

#006D29 (or 0x006D29) is unknown color: approx Crusoe. HEX triplet: 00, 6D and 29. RGB value is (0,109,41). Sum of RGB (Red+Green+Blue) = 0+109+41=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #006D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D29 is #FF92D6. Grayscale: #444444. Windows color (decimal): -16749271 or 2714880. OLE color: 2714880.

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

Color convert

RGB010941-
CMYK100.620.57
HSL142.57º100%21.37%-
HSV(B)142.57º100%42.75%-
XYZ5.8711.13.93-
YUV68.66112.3979.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 72.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=0%
G=72.67%
B=27.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010941100.620.57142.5710021.37
Hex06D296403E398f6415
Octal0155511440767121714425
Binary011011011010011100100011111011100110001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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