Html Css Color HEX #016B2E Crusoe

📋 copy color: '#016B2E'

red 1 ◦ green 107 ◦ blue 46

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

Shades of Crusoe #016B2E

Tints of Crusoe #016B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.48%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 0.65%
G = 69.48%
B = 29.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#016B2E (or 0x016B2E) is known color: Crusoe. HEX triplet: 01, 6B and 2E. RGB value is (1,107,46). Sum of RGB (Red+Green+Blue) = 1+107+46=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #016B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B2E is #FE94D1. Grayscale: #444444. Windows color (decimal): -16684242 or 3042049. OLE color: 3042049.

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

Color convert

RGB 1 107 46 -
CMYK 0.99 0 0.57 0.58
HSL 145.47º 0.98% 0.21% -
HSV(B) 145.47º 0.99% 0.42% -
XYZ 5.76 10.72 4.35 -
YUV 68.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 1 107 46 0.99 0 0.57 0.58 145.47 0.98 0.21
Hex 1 6B 2E 63 0 39 3A 91 62 15
Octal 1 153 56 143 0 71 72 221 142 25
Binary 1 1101011 101110 1100011 0 111001 111010 10010001 1100010 10101

Color Harmonies of #016B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B2E

Black with #016B2E

Text Example


Text Example

White with #016B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,46); }

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

background-color css

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

 a { background-color: rgb(1,107,46); }

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

border-color css

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

 span { border-color: rgb(1,107,46); }

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