#170E00

Color #170E00 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #170E00

Tints of Bokara Grey #170E00

Color information

#170E00 (or 0x170E00) is unknown color: approx Bokara Grey. HEX triplet: 17, 0E and 00. RGB value is (23,14,0). Sum of RGB (Red+Green+Blue) = 23+14+0=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #170E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E00 is #E8F1FF. Grayscale: #0F0F0F. Windows color (decimal): -15266304 or 3607. OLE color: 3607.

HSL color Cylindrical-coordinate representation of color #170E00: hue angle of 36.52º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170E00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB23140-
CMYK00.3910.91
HSL36.52º100%4.51%-
HSV(B)36.52º100%9.02%-
XYZ0.510.50.07-
YUV15.1119.48133.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 62.16%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.16%
G=37.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2314000.3910.9136.521004.51
Hex17E0027645B25645
Octal27160047144133451445
Binary10111111000100111110010010110111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170E00; }

 p { color: rgb(23,14,0); }

 H1.HeaderClassName
 {
   color: #170E00;
 }
 .AnyTagClassName
 {
   color: #170E00;
 }
</style>
background-color css

<style>
 a { background-color: #170E00; }

 a { background-color: rgb(23,14,0); }

 div.DivClassName
 {
   background-color: #170E00;
 }
 .BgClassName
 {
   background-color: #170E00;
 }
</style>
border-color css

<style>
 span { border-color: #170E00; }

 span { border-color: rgb(23,14,0); }

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