Html Css Color HEX #171A0C Green Waterloo

📋 copy color: '#171A0C'

red 23 ◦ green 26 ◦ blue 12

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

Shades of Green Waterloo #171A0C

Tints of Green Waterloo #171A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 42.62%

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 37.7%
G = 42.62%
B = 19.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#171A0C (or 0x171A0C) is known color: Green Waterloo. HEX triplet: 17, 1A and 0C. RGB value is (23,26,12). Sum of RGB (Red+Green+Blue) = 23+26+12=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #171A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171A0C is #E8E5F3. Grayscale: #171717. Windows color (decimal): -15263220 or 793111. OLE color: 793111.

HSL color Cylindrical-coordinate representation of color #171A0C: hue angle of 72.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #171A0C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 26 12 -
CMYK 0.12 0 0.54 0.90
HSL 72.86º 0.37% 0.07% -
HSV(B) 72.86º 0.54% 0.1% -
XYZ 0.79 0.95 0.49 -
YUV 23.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 23 26 12 0.12 0 0.54 0.90 72.86 0.37 0.07
Hex 17 1A C C 0 36 5A 49 25 7
Octal 27 32 14 14 0 66 132 111 45 7
Binary 10111 11010 1100 1100 0 110110 1011010 1001001 100101 111

Color Harmonies of #171A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171A0C

Black with #171A0C

Text Example


Text Example

White with #171A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171A0C; }

 p { color: rgb(23,26,12); }

 H1.HeaderClassName
 {
   color: #171A0C;
 }
 .AnyTagClassName
 {
   color: #171A0C;
 }
</style>

background-color css

<style>
 a { background-color: #171A0C; }

 a { background-color: rgb(23,26,12); }

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

border-color css

<style>
 span { border-color: #171A0C; }

 span { border-color: rgb(23,26,12); }

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