Html Css Color HEX #00682E Crusoe

📋 copy color: '#00682E'

red 0 ◦ green 104 ◦ blue 46

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

Shades of Crusoe #00682E

Tints of Crusoe #00682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 0%
G = 69.33%
B = 30.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#00682E (or 0x00682E) is known color: Crusoe. HEX triplet: 00, 68 and 2E. RGB value is (0,104,46). Sum of RGB (Red+Green+Blue) = 0+104+46=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #00682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682E is #FF97D1. Grayscale: #424242. Windows color (decimal): -16750546 or 3041280. OLE color: 3041280.

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

Color convert

RGB 0 104 46 -
CMYK 1 0 0.56 0.59
HSL 146.54º 1% 0.2% -
HSV(B) 146.54º 1% 0.41% -
XYZ 5.44 10.1 4.25 -
YUV 66.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 0 104 46 1 0 0.56 0.59 146.54 1 0.2
Hex 0 68 2E 64 0 38 3B 93 64 14
Octal 0 150 56 144 0 70 73 223 144 24
Binary 0 1101000 101110 1100100 0 111000 111011 10010011 1100100 10100

Color Harmonies of #00682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00682E

Black with #00682E

Text Example


Text Example

White with #00682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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