Html Css Color HEX #112303 Pine Tree

📋 copy color: '#112303'

red 17 ◦ green 35 ◦ blue 3

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

Shades of Pine Tree #112303

Tints of Pine Tree #112303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 63.64%

 BLUE value IS 3 (1.56% from 255) = 5.45%

R = 30.91%
G = 63.64%
B = 5.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#112303 (or 0x112303) is known color: Pine Tree. HEX triplet: 11, 23 and 03. RGB value is (17,35,3). Sum of RGB (Red+Green+Blue) = 17+35+3=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #112303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112303 is #EEDCFC. Grayscale: #1A1A1A. Windows color (decimal): -15654141 or 205585. OLE color: 205585.

HSL color Cylindrical-coordinate representation of color #112303: hue angle of 93.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112303 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 3 -
CMYK 0.51 0 0.91 0.86
HSL 93.75º 0.84% 0.07% -
HSV(B) 93.75º 0.91% 0.14% -
XYZ 0.85 1.33 0.3 -
YUV 25.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 17 35 3 0.51 0 0.91 0.86 93.75 0.84 0.07
Hex 11 23 3 33 0 5B 56 5E 54 7
Octal 21 43 3 63 0 133 126 136 124 7
Binary 10001 100011 11 110011 0 1011011 1010110 1011110 1010100 111

Color Harmonies of #112303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112303

Black with #112303

Text Example


Text Example

White with #112303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112303; }

 p { color: rgb(17,35,3); }

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

background-color css

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

 a { background-color: rgb(17,35,3); }

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

border-color css

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

 span { border-color: rgb(17,35,3); }

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