Html Css Color HEX #016E2B Crusoe

📋 copy color: '#016E2B'

red 1 ◦ green 110 ◦ blue 43

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

Shades of Crusoe #016E2B

Tints of Crusoe #016E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 0.65%
G = 71.43%
B = 27.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#016E2B (or 0x016E2B) is known color: Crusoe. HEX triplet: 01, 6E and 2B. RGB value is (1,110,43). Sum of RGB (Red+Green+Blue) = 1+110+43=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 110 (43.36% from 255 or 71.43% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 110 - color contains mainly: green. Hex color #016E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E2B is #FE91D4. Grayscale: #454545. Windows color (decimal): -16683477 or 2846209. OLE color: 2846209.

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

Color convert

RGB 1 110 43 -
CMYK 0.99 0 0.61 0.57
HSL 143.12º 0.98% 0.22% -
HSV(B) 143.12º 0.99% 0.43% -
XYZ 6.02 11.33 4.16 -
YUV 69.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 1 110 43 0.99 0 0.61 0.57 143.12 0.98 0.22
Hex 1 6E 2B 63 0 3D 39 8F 62 16
Octal 1 156 53 143 0 75 71 217 142 26
Binary 1 1101110 101011 1100011 0 111101 111001 10001111 1100010 10110

Color Harmonies of #016E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E2B

Black with #016E2B

Text Example


Text Example

White with #016E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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