Html Css Color HEX #181E0C Pine Tree

📋 copy color: '#181E0C'

red 24 ◦ green 30 ◦ blue 12

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

Shades of Pine Tree #181E0C

Tints of Pine Tree #181E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#181E0C (or 0x181E0C) is known color: Pine Tree. HEX triplet: 18, 1E and 0C. RGB value is (24,30,12). Sum of RGB (Red+Green+Blue) = 24+30+12=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #181E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E0C is #E7E1F3. Grayscale: #1A1A1A. Windows color (decimal): -15196660 or 794136. OLE color: 794136.

HSL color Cylindrical-coordinate representation of color #181E0C: hue angle of 80º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #181E0C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 30 12 -
CMYK 0.20 0 0.60 0.88
HSL 80º 0.43% 0.08% -
HSV(B) 80º 0.6% 0.12% -
XYZ 0.91 1.15 0.52 -
YUV 26.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 24 30 12 0.20 0 0.60 0.88 80 0.43 0.08
Hex 18 1E C 14 0 3C 58 50 2B 8
Octal 30 36 14 24 0 74 130 120 53 10
Binary 11000 11110 1100 10100 0 111100 1011000 1010000 101011 1000

Color Harmonies of #181E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E0C

Black with #181E0C

Text Example


Text Example

White with #181E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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