Html Css Color HEX #12150B Pine Tree

📋 copy color: '#12150B'

red 18 ◦ green 21 ◦ blue 11

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

Shades of Pine Tree #12150B

Tints of Pine Tree #12150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

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

R = 36%
G = 42%
B = 22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#12150B (or 0x12150B) is known color: Pine Tree. HEX triplet: 12, 15 and 0B. RGB value is (18,21,11). Sum of RGB (Red+Green+Blue) = 18+21+11=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #12150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150B is #EDEAF4. Grayscale: #131313. Windows color (decimal): -15592181 or 726290. OLE color: 726290.

HSL color Cylindrical-coordinate representation of color #12150B: hue angle of 78º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #12150B is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 11 -
CMYK 0.14 0 0.48 0.92
HSL 78º 0.31% 0.06% -
HSV(B) 78º 0.48% 0.08% -
XYZ 0.58 0.69 0.42 -
YUV 18.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 18 21 11 0.14 0 0.48 0.92 78 0.31 0.06
Hex 12 15 B E 0 30 5C 4E 1F 6
Octal 22 25 13 16 0 60 134 116 37 6
Binary 10010 10101 1011 1110 0 110000 1011100 1001110 11111 110

Color Harmonies of #12150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12150B

Black with #12150B

Text Example


Text Example

White with #12150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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