Html Css Color HEX #00682A Crusoe

📋 copy color: '#00682A'

red 0 ◦ green 104 ◦ blue 42

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

Shades of Crusoe #00682A

Tints of Crusoe #00682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 0%
G = 71.23%
B = 28.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#00682A (or 0x00682A) is known color: Crusoe. HEX triplet: 00, 68 and 2A. RGB value is (0,104,42). Sum of RGB (Red+Green+Blue) = 0+104+42=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #00682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682A is #FF97D5. Grayscale: #414141. Windows color (decimal): -16750550 or 2779136. OLE color: 2779136.

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

Color convert

RGB 0 104 42 -
CMYK 1 0 0.60 0.59
HSL 144.23º 1% 0.2% -
HSV(B) 144.23º 1% 0.41% -
XYZ 5.37 10.07 3.85 -
YUV 65.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 0 104 42 1 0 0.60 0.59 144.23 1 0.2
Hex 0 68 2A 64 0 3C 3B 90 64 14
Octal 0 150 52 144 0 74 73 220 144 24
Binary 0 1101000 101010 1100100 0 111100 111011 10010000 1100100 10100

Color Harmonies of #00682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00682A

Black with #00682A

Text Example


Text Example

White with #00682A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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