Html Css Color HEX #18240D Pine Tree

📋 copy color: '#18240D'

red 24 ◦ green 36 ◦ blue 13

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

Shades of Pine Tree #18240D

Tints of Pine Tree #18240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.81%

R = 32.88%
G = 49.32%
B = 17.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#18240D (or 0x18240D) is known color: Pine Tree. HEX triplet: 18, 24 and 0D. RGB value is (24,36,13). Sum of RGB (Red+Green+Blue) = 24+36+13=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #18240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240D is #E7DBF2. Grayscale: #1D1D1D. Windows color (decimal): -15195123 or 861208. OLE color: 861208.

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

Color convert

RGB 24 36 13 -
CMYK 0.33 0 0.64 0.86
HSL 91.3º 0.47% 0.1% -
HSV(B) 91.3º 0.64% 0.14% -
XYZ 1.08 1.49 0.61 -
YUV 29.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 24 36 13 0.33 0 0.64 0.86 91.3 0.47 0.1
Hex 18 24 D 21 0 40 56 5B 2F A
Octal 30 44 15 41 0 100 126 133 57 12
Binary 11000 100100 1101 100001 0 1000000 1010110 1011011 101111 1010

Color Harmonies of #18240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18240D

Black with #18240D

Text Example


Text Example

White with #18240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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