Html Css Color HEX #112002 Pine Tree

📋 copy color: '#112002'

red 17 ◦ green 32 ◦ blue 2

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

Shades of Pine Tree #112002

Tints of Pine Tree #112002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 62.75%

 BLUE value IS 2 (1.17% from 255) = 3.92%

R = 33.33%
G = 62.75%
B = 3.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#112002 (or 0x112002) is known color: Pine Tree. HEX triplet: 11, 20 and 02. RGB value is (17,32,2). Sum of RGB (Red+Green+Blue) = 17+32+2=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #112002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112002 is #EEDFFD. Grayscale: #181818. Windows color (decimal): -15654910 or 139281. OLE color: 139281.

HSL color Cylindrical-coordinate representation of color #112002: hue angle of 90º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #112002 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 2 -
CMYK 0.47 0 0.94 0.87
HSL 90º 0.88% 0.07% -
HSV(B) 90º 0.94% 0.13% -
XYZ 0.76 1.16 0.24 -
YUV 24.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 17 32 2 0.47 0 0.94 0.87 90 0.88 0.07
Hex 11 20 2 2F 0 5E 57 5A 58 7
Octal 21 40 2 57 0 136 127 132 130 7
Binary 10001 100000 10 101111 0 1011110 1010111 1011010 1011000 111

Color Harmonies of #112002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112002

Black with #112002

Text Example


Text Example

White with #112002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112002; }

 p { color: rgb(17,32,2); }

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

background-color css

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

 a { background-color: rgb(17,32,2); }

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

border-color css

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

 span { border-color: rgb(17,32,2); }

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