Html Css Color HEX #17260C Pine Tree

📋 copy color: '#17260C'

red 23 ◦ green 38 ◦ blue 12

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

Shades of Pine Tree #17260C

Tints of Pine Tree #17260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 52.05%

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

R = 31.51%
G = 52.05%
B = 16.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#17260C (or 0x17260C) is known color: Pine Tree. HEX triplet: 17, 26 and 0C. RGB value is (23,38,12). Sum of RGB (Red+Green+Blue) = 23+38+12=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #17260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17260C is #E8D9F3. Grayscale: #1E1E1E. Windows color (decimal): -15260148 or 796183. OLE color: 796183.

HSL color Cylindrical-coordinate representation of color #17260C: hue angle of 94.62º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17260C is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 38 12 -
CMYK 0.39 0 0.68 0.85
HSL 94.62º 0.52% 0.1% -
HSV(B) 94.62º 0.68% 0.15% -
XYZ 1.11 1.59 0.6 -
YUV 30.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 23 38 12 0.39 0 0.68 0.85 94.62 0.52 0.1
Hex 17 26 C 27 0 44 55 5F 34 A
Octal 27 46 14 47 0 104 125 137 64 12
Binary 10111 100110 1100 100111 0 1000100 1010101 1011111 110100 1010

Color Harmonies of #17260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17260C

Black with #17260C

Text Example


Text Example

White with #17260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17260C; }

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

 H1.HeaderClassName
 {
   color: #17260C;
 }
 .AnyTagClassName
 {
   color: #17260C;
 }
</style>

background-color css

<style>
 a { background-color: #17260C; }

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

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

border-color css

<style>
 span { border-color: #17260C; }

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

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