#006A2D

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

Shades of Crusoe #006A2D

Tints of Crusoe #006A2D

Color information

#006A2D (or 0x006A2D) is unknown color: approx Crusoe. HEX triplet: 00, 6A and 2D. RGB value is (0,106,45). Sum of RGB (Red+Green+Blue) = 0+106+45=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #006A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A2D is #FF95D2. Grayscale: #434343. Windows color (decimal): -16750035 or 2976256. OLE color: 2976256.

HSL color Cylindrical-coordinate representation of color #006A2D: hue angle of 145.47º 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 #006A2D is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB010645-
CMYK100.580.58
HSL145.47º100%20.78%-
HSV(B)145.47º100%41.57%-
XYZ5.6310.54.21-
YUV67.35115.3879.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=0%
G=70.20%
B=29.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010645100.580.58145.4710020.78
Hex06A2D6403A3A916415
Octal0152551440727222114425
Binary011010101011011100100011101011101010010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,106,45); }

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

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

 a { background-color: rgb(0,106,45); }

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

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

 span { border-color: rgb(0,106,45); }

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