Html Css Color HEX #112902 Pine Tree

📋 copy color: '#112902'

red 17 ◦ green 41 ◦ blue 2

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

Shades of Pine Tree #112902

Tints of Pine Tree #112902

RGB

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

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

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

R = 28.33%
G = 68.33%
B = 3.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#112902 (or 0x112902) is known color: Pine Tree. HEX triplet: 11, 29 and 02. RGB value is (17,41,2). Sum of RGB (Red+Green+Blue) = 17+41+2=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #112902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112902 is #EED6FD. Grayscale: #1D1D1D. Windows color (decimal): -15652606 or 141585. OLE color: 141585.

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

Color convert

RGB 17 41 2 -
CMYK 0.59 0 0.95 0.84
HSL 96.92º 0.91% 0.08% -
HSV(B) 96.92º 0.95% 0.16% -
XYZ 1.04 1.71 0.33 -
YUV 29.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 17 41 2 0.59 0 0.95 0.84 96.92 0.91 0.08
Hex 11 29 2 3B 0 5F 54 61 5B 8
Octal 21 51 2 73 0 137 124 141 133 10
Binary 10001 101001 10 111011 0 1011111 1010100 1100001 1011011 1000

Color Harmonies of #112902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112902

Black with #112902

Text Example


Text Example

White with #112902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112902; }

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

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

background-color css

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

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

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

border-color css

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

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

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