Html Css Color HEX #112901 Pine Tree

📋 copy color: '#112901'

red 17 ◦ green 41 ◦ blue 1

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

Shades of Pine Tree #112901

Tints of Pine Tree #112901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 69.49%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 28.81%
G = 69.49%
B = 1.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#112901 (or 0x112901) is known color: Pine Tree. HEX triplet: 11, 29 and 01. RGB value is (17,41,1). Sum of RGB (Red+Green+Blue) = 17+41+1=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #112901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112901 is #EED6FE. Grayscale: #1D1D1D. Windows color (decimal): -15652607 or 76049. OLE color: 76049.

HSL color Cylindrical-coordinate representation of color #112901: hue angle of 96º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #112901 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 1 -
CMYK 0.59 0 0.98 0.84
HSL 96º 0.95% 0.08% -
HSV(B) 96º 0.98% 0.16% -
XYZ 1.03 1.71 0.3 -
YUV 29.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 17 41 1 0.59 0 0.98 0.84 96 0.95 0.08
Hex 11 29 1 3B 0 62 54 60 5F 8
Octal 21 51 1 73 0 142 124 140 137 10
Binary 10001 101001 1 111011 0 1100010 1010100 1100000 1011111 1000

Color Harmonies of #112901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112901

Black with #112901

Text Example


Text Example

White with #112901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112901; }

 p { color: rgb(17,41,1); }

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

background-color css

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

 a { background-color: rgb(17,41,1); }

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

border-color css

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

 span { border-color: rgb(17,41,1); }

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