Html Css Color HEX #01612D Crusoe

📋 copy color: '#01612D'

red 1 ◦ green 97 ◦ blue 45

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

Shades of Crusoe #01612D

Tints of Crusoe #01612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 67.83%

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

R = 0.7%
G = 67.83%
B = 31.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#01612D (or 0x01612D) is known color: Crusoe. HEX triplet: 01, 61 and 2D. RGB value is (1,97,45). Sum of RGB (Red+Green+Blue) = 1+97+45=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #01612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01612D is #FE9ED2. Grayscale: #3E3E3E. Windows color (decimal): -16686803 or 2973953. OLE color: 2973953.

HSL color Cylindrical-coordinate representation of color #01612D: hue angle of 147.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01612D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 45 -
CMYK 0.99 0 0.54 0.62
HSL 147.5º 0.98% 0.19% -
HSV(B) 147.5º 0.99% 0.38% -
XYZ 4.76 8.75 3.92 -
YUV 62.37 118.2 84.23 -
System Red Green Blue C M Y K H S L
Decimal 1 97 45 0.99 0 0.54 0.62 147.5 0.98 0.19
Hex 1 61 2D 63 0 36 3E 94 62 13
Octal 1 141 55 143 0 66 76 224 142 23
Binary 1 1100001 101101 1100011 0 110110 111110 10010100 1100010 10011

Color Harmonies of #01612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01612D

Black with #01612D

Text Example


Text Example

White with #01612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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