Html Css Color HEX #170F00 Maire

📋 copy color: '#170F00'

red 23 ◦ green 15 ◦ blue 0

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

Shades of Maire #170F00

Tints of Maire #170F00

RGB

 RED value IS 23 (9.38% from 255) = 60.53%

 GREEN value IS 15 (6.25% from 255) = 39.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.53%
G = 39.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#170F00 (or 0x170F00) is known color: Maire. HEX triplet: 17, 0F and 00. RGB value is (23,15,0). Sum of RGB (Red+Green+Blue) = 23+15+0=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #170F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F00 is #E8F0FF. Grayscale: #0F0F0F. Windows color (decimal): -15266048 or 3863. OLE color: 3863.

HSL color Cylindrical-coordinate representation of color #170F00: hue angle of 39.13º 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 #170F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 15 0 -
CMYK 0 0.35 1 0.91
HSL 39.13º 1% 0.05% -
HSV(B) 39.13º 1% 0.09% -
XYZ 0.52 0.52 0.07 -
YUV 15.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 23 15 0 0 0.35 1 0.91 39.13 1 0.05
Hex 17 F 0 0 23 64 5B 27 64 5
Octal 27 17 0 0 43 144 133 47 144 5
Binary 10111 1111 0 0 100011 1100100 1011011 100111 1100100 101

Color Harmonies of #170F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F00

Black with #170F00

Text Example


Text Example

White with #170F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #170F00;
 }
 .AnyTagClassName
 {
   color: #170F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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