Html Css Color HEX #17250A Pine Tree

📋 copy color: '#17250A'

red 23 ◦ green 37 ◦ blue 10

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

Shades of Pine Tree #17250A

Tints of Pine Tree #17250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.86%

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 32.86%
G = 52.86%
B = 14.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#17250A (or 0x17250A) is known color: Pine Tree. HEX triplet: 17, 25 and 0A. RGB value is (23,37,10). Sum of RGB (Red+Green+Blue) = 23+37+10=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #17250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17250A is #E8DAF5. Grayscale: #1D1D1D. Windows color (decimal): -15260406 or 664855. OLE color: 664855.

HSL color Cylindrical-coordinate representation of color #17250A: hue angle of 91.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17250A is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 37 10 -
CMYK 0.38 0 0.73 0.85
HSL 91.11º 0.57% 0.09% -
HSV(B) 91.11º 0.73% 0.15% -
XYZ 1.07 1.53 0.53 -
YUV 29.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 23 37 10 0.38 0 0.73 0.85 91.11 0.57 0.09
Hex 17 25 A 26 0 49 55 5B 39 9
Octal 27 45 12 46 0 111 125 133 71 11
Binary 10111 100101 1010 100110 0 1001001 1010101 1011011 111001 1001

Color Harmonies of #17250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17250A

Black with #17250A

Text Example


Text Example

White with #17250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17250A; }

 p { color: rgb(23,37,10); }

 H1.HeaderClassName
 {
   color: #17250A;
 }
 .AnyTagClassName
 {
   color: #17250A;
 }
</style>

background-color css

<style>
 a { background-color: #17250A; }

 a { background-color: rgb(23,37,10); }

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

border-color css

<style>
 span { border-color: #17250A; }

 span { border-color: rgb(23,37,10); }

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