#00682F

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

Shades of Crusoe #00682F

Tints of Crusoe #00682F

Color information

#00682F (or 0x00682F) is unknown color: approx Crusoe. HEX triplet: 00, 68 and 2F. RGB value is (0,104,47). Sum of RGB (Red+Green+Blue) = 0+104+47=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #00682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682F is #FF97D0. Grayscale: #424242. Windows color (decimal): -16750545 or 3106816. OLE color: 3106816.

HSL color Cylindrical-coordinate representation of color #00682F: hue angle of 147.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00682F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB010447-
CMYK100.550.59
HSL147.12º100%20.39%-
HSV(B)147.12º100%40.78%-
XYZ5.4610.114.35-
YUV66.41117.0480.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=0%
G=68.87%
B=31.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010447100.550.59147.1210020.39
Hex0682F640373B936414
Octal0150571440677322314424
Binary011010001011111100100011011111101110010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00682F; }

 p { color: rgb(0,104,47); }

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

<style>
 a { background-color: #00682F; }

 a { background-color: rgb(0,104,47); }

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

<style>
 span { border-color: #00682F; }

 span { border-color: rgb(0,104,47); }

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