Html Css Color HEX #112305 Pine Tree

📋 copy color: '#112305'

red 17 ◦ green 35 ◦ blue 5

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

Shades of Pine Tree #112305

Tints of Pine Tree #112305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 61.4%

 BLUE value IS 5 (2.34% from 255) = 8.77%

R = 29.82%
G = 61.4%
B = 8.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#112305 (or 0x112305) is known color: Pine Tree. HEX triplet: 11, 23 and 05. RGB value is (17,35,5). Sum of RGB (Red+Green+Blue) = 17+35+5=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #112305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112305 is #EEDCFA. Grayscale: #1A1A1A. Windows color (decimal): -15654139 or 336657. OLE color: 336657.

HSL color Cylindrical-coordinate representation of color #112305: hue angle of 96º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112305 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 5 -
CMYK 0.51 0 0.86 0.86
HSL 96º 0.75% 0.08% -
HSV(B) 96º 0.86% 0.14% -
XYZ 0.86 1.33 0.36 -
YUV 26.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 17 35 5 0.51 0 0.86 0.86 96 0.75 0.08
Hex 11 23 5 33 0 56 56 60 4B 8
Octal 21 43 5 63 0 126 126 140 113 10
Binary 10001 100011 101 110011 0 1010110 1010110 1100000 1001011 1000

Color Harmonies of #112305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112305

Black with #112305

Text Example


Text Example

White with #112305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112305; }

 p { color: rgb(17,35,5); }

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

background-color css

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

 a { background-color: rgb(17,35,5); }

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

border-color css

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

 span { border-color: rgb(17,35,5); }

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