Html Css Color HEX #18240A Pine Tree

📋 copy color: '#18240A'

red 24 ◦ green 36 ◦ blue 10

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

Shades of Pine Tree #18240A

Tints of Pine Tree #18240A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 34.29%
G = 51.43%
B = 14.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#18240A (or 0x18240A) is known color: Pine Tree. HEX triplet: 18, 24 and 0A. RGB value is (24,36,10). Sum of RGB (Red+Green+Blue) = 24+36+10=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #18240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18240A is #E7DBF5. Grayscale: #1D1D1D. Windows color (decimal): -15195126 or 664600. OLE color: 664600.

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

Color convert

RGB 24 36 10 -
CMYK 0.33 0 0.72 0.86
HSL 87.69º 0.57% 0.09% -
HSV(B) 87.69º 0.72% 0.14% -
XYZ 1.06 1.48 0.52 -
YUV 29.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 24 36 10 0.33 0 0.72 0.86 87.69 0.57 0.09
Hex 18 24 A 21 0 48 56 58 39 9
Octal 30 44 12 41 0 110 126 130 71 11
Binary 11000 100100 1010 100001 0 1001000 1010110 1011000 111001 1001

Color Harmonies of #18240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18240A

Black with #18240A

Text Example


Text Example

White with #18240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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