Html Css Color HEX #112704 Pine Tree

📋 copy color: '#112704'

red 17 ◦ green 39 ◦ blue 4

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

Shades of Pine Tree #112704

Tints of Pine Tree #112704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 65%

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

R = 28.33%
G = 65%
B = 6.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.85

RGB Variations

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

Color information

#112704 (or 0x112704) is known color: Pine Tree. HEX triplet: 11, 27 and 04. RGB value is (17,39,4). Sum of RGB (Red+Green+Blue) = 17+39+4=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #112704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112704 is #EED8FB. Grayscale: #1C1C1C. Windows color (decimal): -15653116 or 272145. OLE color: 272145.

HSL color Cylindrical-coordinate representation of color #112704: hue angle of 97.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112704 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 4 -
CMYK 0.56 0 0.90 0.85
HSL 97.71º 0.81% 0.08% -
HSV(B) 97.71º 0.9% 0.15% -
XYZ 0.98 1.58 0.37 -
YUV 28.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 17 39 4 0.56 0 0.90 0.85 97.71 0.81 0.08
Hex 11 27 4 38 0 5A 55 62 51 8
Octal 21 47 4 70 0 132 125 142 121 10
Binary 10001 100111 100 111000 0 1011010 1010101 1100010 1010001 1000

Color Harmonies of #112704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112704

Black with #112704

Text Example


Text Example

White with #112704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112704; }

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

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

background-color css

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

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

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

border-color css

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

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

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