Html Css Color HEX #12150F Pine Tree

📋 copy color: '#12150F'

red 18 ◦ green 21 ◦ blue 15

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

Shades of Pine Tree #12150F

Tints of Pine Tree #12150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#12150F (or 0x12150F) is known color: Pine Tree. HEX triplet: 12, 15 and 0F. RGB value is (18,21,15). Sum of RGB (Red+Green+Blue) = 18+21+15=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #12150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150F is #EDEAF0. Grayscale: #131313. Windows color (decimal): -15592177 or 988434. OLE color: 988434.

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

Color convert

RGB 18 21 15 -
CMYK 0.14 0 0.29 0.92
HSL 90º 0.17% 0.07% -
HSV(B) 90º 0.29% 0.08% -
XYZ 0.6 0.7 0.56 -
YUV 19.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 18 21 15 0.14 0 0.29 0.92 90 0.17 0.07
Hex 12 15 F E 0 1D 5C 5A 11 7
Octal 22 25 17 16 0 35 134 132 21 7
Binary 10010 10101 1111 1110 0 11101 1011100 1011010 10001 111

Color Harmonies of #12150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12150F

Black with #12150F

Text Example


Text Example

White with #12150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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