Html Css Color HEX #016E1E Crusoe

📋 copy color: '#016E1E'

red 1 ◦ green 110 ◦ blue 30

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

Shades of Crusoe #016E1E

Tints of Crusoe #016E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 78.01%

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 0.71%
G = 78.01%
B = 21.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#016E1E (or 0x016E1E) is known color: Crusoe. HEX triplet: 01, 6E and 1E. RGB value is (1,110,30). Sum of RGB (Red+Green+Blue) = 1+110+30=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 110 (43.36% from 255 or 78.01% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 110 - color contains mainly: green. Hex color #016E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E1E is #FE91E1. Grayscale: #444444. Windows color (decimal): -16683490 or 1994241. OLE color: 1994241.

HSL color Cylindrical-coordinate representation of color #016E1E: hue angle of 135.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E1E is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 110 30 -
CMYK 0.99 0 0.73 0.57
HSL 135.96º 0.98% 0.22% -
HSV(B) 135.96º 0.99% 0.43% -
XYZ 5.82 11.25 3.09 -
YUV 68.29 106.39 80 -
System Red Green Blue C M Y K H S L
Decimal 1 110 30 0.99 0 0.73 0.57 135.96 0.98 0.22
Hex 1 6E 1E 63 0 49 39 88 62 16
Octal 1 156 36 143 0 111 71 210 142 26
Binary 1 1101110 11110 1100011 0 1001001 111001 10001000 1100010 10110

Color Harmonies of #016E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E1E

Black with #016E1E

Text Example


Text Example

White with #016E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E1E; }

 p { color: rgb(1,110,30); }

 H1.HeaderClassName
 {
   color: #016E1E;
 }
 .AnyTagClassName
 {
   color: #016E1E;
 }
</style>

background-color css

<style>
 a { background-color: #016E1E; }

 a { background-color: rgb(1,110,30); }

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

border-color css

<style>
 span { border-color: #016E1E; }

 span { border-color: rgb(1,110,30); }

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