Html Css Color HEX #112702 Pine Tree

📋 copy color: '#112702'

red 17 ◦ green 39 ◦ blue 2

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

Shades of Pine Tree #112702

Tints of Pine Tree #112702

RGB

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

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

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

R = 29.31%
G = 67.24%
B = 3.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#112702 (or 0x112702) is known color: Pine Tree. HEX triplet: 11, 27 and 02. RGB value is (17,39,2). Sum of RGB (Red+Green+Blue) = 17+39+2=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #112702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112702 is #EED8FD. Grayscale: #1C1C1C. Windows color (decimal): -15653118 or 141073. OLE color: 141073.

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

Color convert

RGB 17 39 2 -
CMYK 0.56 0 0.95 0.85
HSL 95.68º 0.9% 0.08% -
HSV(B) 95.68º 0.95% 0.15% -
XYZ 0.97 1.57 0.31 -
YUV 28.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 17 39 2 0.56 0 0.95 0.85 95.68 0.9 0.08
Hex 11 27 2 38 0 5F 55 60 5A 8
Octal 21 47 2 70 0 137 125 140 132 10
Binary 10001 100111 10 111000 0 1011111 1010101 1100000 1011010 1000

Color Harmonies of #112702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112702

Black with #112702

Text Example


Text Example

White with #112702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112702; }

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

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

background-color css

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

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

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

border-color css

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

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

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