Html Css Color HEX #181F12 Pine Tree

📋 copy color: '#181F12'

red 24 ◦ green 31 ◦ blue 18

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

Shades of Pine Tree #181F12

Tints of Pine Tree #181F12

RGB

 RED value IS 24 (9.77% from 255) = 32.88%

 GREEN value IS 31 (12.5% from 255) = 42.47%

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 32.88%
G = 42.47%
B = 24.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#181F12 (or 0x181F12) is known color: Pine Tree. HEX triplet: 18, 1F and 12. RGB value is (24,31,18). Sum of RGB (Red+Green+Blue) = 24+31+18=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #181F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F12 is #E7E0ED. Grayscale: #1B1B1B. Windows color (decimal): -15196398 or 1187608. OLE color: 1187608.

HSL color Cylindrical-coordinate representation of color #181F12: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181F12 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 31 18 -
CMYK 0.23 0 0.42 0.88
HSL 92.31º 0.27% 0.1% -
HSV(B) 92.31º 0.42% 0.12% -
XYZ 0.98 1.22 0.76 -
YUV 27.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 24 31 18 0.23 0 0.42 0.88 92.31 0.27 0.1
Hex 18 1F 12 17 0 2A 58 5C 1B A
Octal 30 37 22 27 0 52 130 134 33 12
Binary 11000 11111 10010 10111 0 101010 1011000 1011100 11011 1010

Color Harmonies of #181F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F12

Black with #181F12

Text Example


Text Example

White with #181F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181F12; }

 p { color: rgb(24,31,18); }

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

background-color css

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

 a { background-color: rgb(24,31,18); }

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

border-color css

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

 span { border-color: rgb(24,31,18); }

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