Html Css Color HEX #01682C Crusoe

📋 copy color: '#01682C'

red 1 ◦ green 104 ◦ blue 44

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

Shades of Crusoe #01682C

Tints of Crusoe #01682C

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

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

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 0.67%
G = 69.8%
B = 29.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#01682C (or 0x01682C) is known color: Crusoe. HEX triplet: 01, 68 and 2C. RGB value is (1,104,44). Sum of RGB (Red+Green+Blue) = 1+104+44=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #01682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01682C is #FE97D3. Grayscale: #424242. Windows color (decimal): -16685012 or 2910209. OLE color: 2910209.

HSL color Cylindrical-coordinate representation of color #01682C: hue angle of 145.05º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01682C is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 44 -
CMYK 0.99 0 0.58 0.59
HSL 145.05º 0.98% 0.21% -
HSV(B) 145.05º 0.99% 0.41% -
XYZ 5.42 10.09 4.04 -
YUV 66.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 1 104 44 0.99 0 0.58 0.59 145.05 0.98 0.21
Hex 1 68 2C 63 0 3A 3B 91 62 15
Octal 1 150 54 143 0 72 73 221 142 25
Binary 1 1101000 101100 1100011 0 111010 111011 10010001 1100010 10101

Color Harmonies of #01682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01682C

Black with #01682C

Text Example


Text Example

White with #01682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01682C; }

 p { color: rgb(1,104,44); }

 H1.HeaderClassName
 {
   color: #01682C;
 }
 .AnyTagClassName
 {
   color: #01682C;
 }
</style>

background-color css

<style>
 a { background-color: #01682C; }

 a { background-color: rgb(1,104,44); }

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

border-color css

<style>
 span { border-color: #01682C; }

 span { border-color: rgb(1,104,44); }

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