Html Css Color HEX #016E1F Crusoe

📋 copy color: '#016E1F'

red 1 ◦ green 110 ◦ blue 31

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

Shades of Crusoe #016E1F

Tints of Crusoe #016E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 0.7%
G = 77.46%
B = 21.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#016E1F (or 0x016E1F) is known color: Crusoe. HEX triplet: 01, 6E and 1F. RGB value is (1,110,31). Sum of RGB (Red+Green+Blue) = 1+110+31=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 110 (43.36% from 255 or 77.46% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 110 - color contains mainly: green. Hex color #016E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E1F is #FE91E0. Grayscale: #444444. Windows color (decimal): -16683489 or 2059777. OLE color: 2059777.

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

Color convert

RGB 1 110 31 -
CMYK 0.99 0 0.72 0.57
HSL 136.51º 0.98% 0.22% -
HSV(B) 136.51º 0.99% 0.43% -
XYZ 5.84 11.26 3.16 -
YUV 68.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 1 110 31 0.99 0 0.72 0.57 136.51 0.98 0.22
Hex 1 6E 1F 63 0 48 39 89 62 16
Octal 1 156 37 143 0 110 71 211 142 26
Binary 1 1101110 11111 1100011 0 1001000 111001 10001001 1100010 10110

Color Harmonies of #016E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E1F

Black with #016E1F

Text Example


Text Example

White with #016E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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