Html Css Color HEX #18240C Pine Tree

📋 copy color: '#18240C'

red 24 ◦ green 36 ◦ blue 12

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

Shades of Pine Tree #18240C

Tints of Pine Tree #18240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50%

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

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#18240C (or 0x18240C) is known color: Pine Tree. HEX triplet: 18, 24 and 0C. RGB value is (24,36,12). Sum of RGB (Red+Green+Blue) = 24+36+12=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #18240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240C is #E7DBF3. Grayscale: #1D1D1D. Windows color (decimal): -15195124 or 795672. OLE color: 795672.

HSL color Cylindrical-coordinate representation of color #18240C: hue angle of 90º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18240C is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 36 12 -
CMYK 0.33 0 0.67 0.86
HSL 90º 0.5% 0.09% -
HSV(B) 90º 0.67% 0.14% -
XYZ 1.07 1.48 0.58 -
YUV 29.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 24 36 12 0.33 0 0.67 0.86 90 0.5 0.09
Hex 18 24 C 21 0 43 56 5A 32 9
Octal 30 44 14 41 0 103 126 132 62 11
Binary 11000 100100 1100 100001 0 1000011 1010110 1011010 110010 1001

Color Harmonies of #18240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18240C

Black with #18240C

Text Example


Text Example

White with #18240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18240C; }

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

 H1.HeaderClassName
 {
   color: #18240C;
 }
 .AnyTagClassName
 {
   color: #18240C;
 }
</style>

background-color css

<style>
 a { background-color: #18240C; }

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

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

border-color css

<style>
 span { border-color: #18240C; }

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

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