Html Css Color HEX #00682D Crusoe

📋 copy color: '#00682D'

red 0 ◦ green 104 ◦ blue 45

#00682D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #00682D

Tints of Crusoe #00682D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 104 (41.02% from 255) = 69.8%

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 0%
G = 69.8%
B = 30.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#00682D (or 0x00682D) is known color: Crusoe. HEX triplet: 00, 68 and 2D. RGB value is (0,104,45). Sum of RGB (Red+Green+Blue) = 0+104+45=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #00682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682D is #FF97D2. Grayscale: #424242. Windows color (decimal): -16750547 or 2975744. OLE color: 2975744.

HSL color Cylindrical-coordinate representation of color #00682D: hue angle of 145.96º 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 #00682D is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 45 -
CMYK 1 0 0.57 0.59
HSL 145.96º 1% 0.2% -
HSV(B) 145.96º 1% 0.41% -
XYZ 5.42 10.09 4.14 -
YUV 66.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 0 104 45 1 0 0.57 0.59 145.96 1 0.2
Hex 0 68 2D 64 0 39 3B 92 64 14
Octal 0 150 55 144 0 71 73 222 144 24
Binary 0 1101000 101101 1100100 0 111001 111011 10010010 1100100 10100

Color Harmonies of #00682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00682D

Black with #00682D

Text Example


Text Example

White with #00682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00682D;
 }
 .AnyTagClassName
 {
   color: #00682D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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