Html Css Color HEX #18240E Pine Tree

📋 copy color: '#18240E'

red 24 ◦ green 36 ◦ blue 14

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

Shades of Pine Tree #18240E

Tints of Pine Tree #18240E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.92%

R = 32.43%
G = 48.65%
B = 18.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#18240E (or 0x18240E) is known color: Pine Tree. HEX triplet: 18, 24 and 0E. RGB value is (24,36,14). Sum of RGB (Red+Green+Blue) = 24+36+14=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #18240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240E is #E7DBF1. Grayscale: #1D1D1D. Windows color (decimal): -15195122 or 926744. OLE color: 926744.

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

Color convert

RGB 24 36 14 -
CMYK 0.33 0 0.61 0.86
HSL 92.73º 0.44% 0.1% -
HSV(B) 92.73º 0.61% 0.14% -
XYZ 1.09 1.49 0.65 -
YUV 29.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 24 36 14 0.33 0 0.61 0.86 92.73 0.44 0.1
Hex 18 24 E 21 0 3D 56 5D 2C A
Octal 30 44 16 41 0 75 126 135 54 12
Binary 11000 100100 1110 100001 0 111101 1010110 1011101 101100 1010

Color Harmonies of #18240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18240E

Black with #18240E

Text Example


Text Example

White with #18240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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