Html Css Color HEX #181E12 Pine Tree

📋 copy color: '#181E12'

red 24 ◦ green 30 ◦ blue 18

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

Shades of Pine Tree #181E12

Tints of Pine Tree #181E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 41.67%

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

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#181E12 (or 0x181E12) is known color: Pine Tree. HEX triplet: 18, 1E and 12. RGB value is (24,30,18). Sum of RGB (Red+Green+Blue) = 24+30+18=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #181E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E12 is #E7E1ED. Grayscale: #1A1A1A. Windows color (decimal): -15196654 or 1187352. OLE color: 1187352.

HSL color Cylindrical-coordinate representation of color #181E12: hue angle of 90º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181E12 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 30 18 -
CMYK 0.20 0 0.40 0.88
HSL 90º 0.25% 0.09% -
HSV(B) 90º 0.4% 0.12% -
XYZ 0.95 1.17 0.75 -
YUV 26.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 24 30 18 0.20 0 0.40 0.88 90 0.25 0.09
Hex 18 1E 12 14 0 28 58 5A 19 9
Octal 30 36 22 24 0 50 130 132 31 11
Binary 11000 11110 10010 10100 0 101000 1011000 1011010 11001 1001

Color Harmonies of #181E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E12

Black with #181E12

Text Example


Text Example

White with #181E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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