Html Css Color HEX #12190B Pine Tree

📋 copy color: '#12190B'

red 18 ◦ green 25 ◦ blue 11

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

Shades of Pine Tree #12190B

Tints of Pine Tree #12190B

RGB

 RED value IS 18 (7.42% from 255) = 33.33%

 GREEN value IS 25 (10.16% from 255) = 46.3%

 BLUE value IS 11 (4.69% from 255) = 20.37%

R = 33.33%
G = 46.3%
B = 20.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#12190B (or 0x12190B) is known color: Pine Tree. HEX triplet: 12, 19 and 0B. RGB value is (18,25,11). Sum of RGB (Red+Green+Blue) = 18+25+11=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #12190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12190B is #EDE6F4. Grayscale: #151515. Windows color (decimal): -15591157 or 727314. OLE color: 727314.

HSL color Cylindrical-coordinate representation of color #12190B: hue angle of 90º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12190B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 11 -
CMYK 0.28 0 0.56 0.90
HSL 90º 0.39% 0.07% -
HSV(B) 90º 0.56% 0.1% -
XYZ 0.66 0.85 0.45 -
YUV 21.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 18 25 11 0.28 0 0.56 0.90 90 0.39 0.07
Hex 12 19 B 1C 0 38 5A 5A 27 7
Octal 22 31 13 34 0 70 132 132 47 7
Binary 10010 11001 1011 11100 0 111000 1011010 1011010 100111 111

Color Harmonies of #12190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12190B

Black with #12190B

Text Example


Text Example

White with #12190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12190B; }

 p { color: rgb(18,25,11); }

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

background-color css

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

 a { background-color: rgb(18,25,11); }

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

border-color css

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

 span { border-color: rgb(18,25,11); }

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