Html Css Color HEX #01642F Crusoe

📋 copy color: '#01642F'

red 1 ◦ green 100 ◦ blue 47

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

Shades of Crusoe #01642F

Tints of Crusoe #01642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 67.57%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 0.68%
G = 67.57%
B = 31.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#01642F (or 0x01642F) is known color: Crusoe. HEX triplet: 01, 64 and 2F. RGB value is (1,100,47). Sum of RGB (Red+Green+Blue) = 1+100+47=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #01642F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642F is #FE9BD0. Grayscale: #404040. Windows color (decimal): -16686033 or 3105793. OLE color: 3105793.

HSL color Cylindrical-coordinate representation of color #01642F: hue angle of 147.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01642F is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 47 -
CMYK 0.99 0 0.53 0.61
HSL 147.88º 0.98% 0.2% -
HSV(B) 147.88º 0.99% 0.39% -
XYZ 5.08 9.33 4.22 -
YUV 64.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 1 100 47 0.99 0 0.53 0.61 147.88 0.98 0.2
Hex 1 64 2F 63 0 35 3D 94 62 14
Octal 1 144 57 143 0 65 75 224 142 24
Binary 1 1100100 101111 1100011 0 110101 111101 10010100 1100010 10100

Color Harmonies of #01642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01642F

Black with #01642F

Text Example


Text Example

White with #01642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01642F; }

 p { color: rgb(1,100,47); }

 H1.HeaderClassName
 {
   color: #01642F;
 }
 .AnyTagClassName
 {
   color: #01642F;
 }
</style>

background-color css

<style>
 a { background-color: #01642F; }

 a { background-color: rgb(1,100,47); }

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

border-color css

<style>
 span { border-color: #01642F; }

 span { border-color: rgb(1,100,47); }

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