#006B2A

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

Shades of Crusoe #006B2A

Tints of Crusoe #006B2A

Color information

#006B2A (or 0x006B2A) is unknown color: approx Crusoe. HEX triplet: 00, 6B and 2A. RGB value is (0,107,42). Sum of RGB (Red+Green+Blue) = 0+107+42=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #006B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B2A is #FF94D5. Grayscale: #434343. Windows color (decimal): -16749782 or 2779904. OLE color: 2779904.

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

Color convert

RGB010742-
CMYK100.610.58
HSL143.55º100%20.98%-
HSV(B)143.55º100%41.96%-
XYZ5.6810.683.95-
YUV67.6113.5579.79-

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) = 71.81%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=0%
G=71.81%
B=28.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010742100.610.58143.5510020.98
Hex06B2A6403D3A906415
Octal0153521440757222014425
Binary011010111010101100100011110111101010010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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