Html Css Color HEX #01682D Crusoe

📋 copy color: '#01682D'

red 1 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #01682D

Tints of Crusoe #01682D

RGB

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

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

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

R = 0.67%
G = 69.33%
B = 30%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#01682D (or 0x01682D) is known color: Crusoe. HEX triplet: 01, 68 and 2D. RGB value is (1,104,45). Sum of RGB (Red+Green+Blue) = 1+104+45=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #01682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01682D is #FE97D2. Grayscale: #424242. Windows color (decimal): -16685011 or 2975745. OLE color: 2975745.

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

Color convert

RGB 1 104 45 -
CMYK 0.99 0 0.57 0.59
HSL 145.63º 0.98% 0.21% -
HSV(B) 145.63º 0.99% 0.41% -
XYZ 5.44 10.1 4.14 -
YUV 66.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 1 104 45 0.99 0 0.57 0.59 145.63 0.98 0.21
Hex 1 68 2D 63 0 39 3B 92 62 15
Octal 1 150 55 143 0 71 73 222 142 25
Binary 1 1101000 101101 1100011 0 111001 111011 10010010 1100010 10101

Color Harmonies of #01682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01682D

Black with #01682D

Text Example


Text Example

White with #01682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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