Html Css Color HEX #112504 Pine Tree

📋 copy color: '#112504'

red 17 ◦ green 37 ◦ blue 4

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

Shades of Pine Tree #112504

Tints of Pine Tree #112504

RGB

 RED value IS 17 (7.03% from 255) = 29.31%

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

 BLUE value IS 4 (1.95% from 255) = 6.9%

R = 29.31%
G = 63.79%
B = 6.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#112504 (or 0x112504) is known color: Pine Tree. HEX triplet: 11, 25 and 04. RGB value is (17,37,4). Sum of RGB (Red+Green+Blue) = 17+37+4=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #112504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112504 is #EEDAFB. Grayscale: #1B1B1B. Windows color (decimal): -15653628 or 271633. OLE color: 271633.

HSL color Cylindrical-coordinate representation of color #112504: hue angle of 96.36º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112504 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 4 -
CMYK 0.54 0 0.89 0.85
HSL 96.36º 0.8% 0.08% -
HSV(B) 96.36º 0.89% 0.15% -
XYZ 0.91 1.45 0.35 -
YUV 27.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 17 37 4 0.54 0 0.89 0.85 96.36 0.8 0.08
Hex 11 25 4 36 0 59 55 60 50 8
Octal 21 45 4 66 0 131 125 140 120 10
Binary 10001 100101 100 110110 0 1011001 1010101 1100000 1010000 1000

Color Harmonies of #112504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112504

Black with #112504

Text Example


Text Example

White with #112504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112504; }

 p { color: rgb(17,37,4); }

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

background-color css

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

 a { background-color: rgb(17,37,4); }

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

border-color css

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

 span { border-color: rgb(17,37,4); }

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