Html Css Color HEX #112804 Pine Tree

📋 copy color: '#112804'

red 17 ◦ green 40 ◦ blue 4

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

Shades of Pine Tree #112804

Tints of Pine Tree #112804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 65.57%

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

R = 27.87%
G = 65.57%
B = 6.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#112804 (or 0x112804) is known color: Pine Tree. HEX triplet: 11, 28 and 04. RGB value is (17,40,4). Sum of RGB (Red+Green+Blue) = 17+40+4=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #112804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112804 is #EED7FB. Grayscale: #1D1D1D. Windows color (decimal): -15652860 or 272401. OLE color: 272401.

HSL color Cylindrical-coordinate representation of color #112804: hue angle of 98.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112804 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 40 4 -
CMYK 0.57 0 0.90 0.84
HSL 98.33º 0.82% 0.09% -
HSV(B) 98.33º 0.9% 0.16% -
XYZ 1.01 1.65 0.38 -
YUV 29.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 17 40 4 0.57 0 0.90 0.84 98.33 0.82 0.09
Hex 11 28 4 39 0 5A 54 62 52 9
Octal 21 50 4 71 0 132 124 142 122 11
Binary 10001 101000 100 111001 0 1011010 1010100 1100010 1010010 1001

Color Harmonies of #112804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112804

Black with #112804

Text Example


Text Example

White with #112804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112804; }

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

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

background-color css

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

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

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

border-color css

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

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

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