Html Css Color HEX #18210D Pine Tree

📋 copy color: '#18210D'

red 24 ◦ green 33 ◦ blue 13

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

Shades of Pine Tree #18210D

Tints of Pine Tree #18210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 47.14%

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

R = 34.29%
G = 47.14%
B = 18.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#18210D (or 0x18210D) is known color: Pine Tree. HEX triplet: 18, 21 and 0D. RGB value is (24,33,13). Sum of RGB (Red+Green+Blue) = 24+33+13=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #18210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18210D is #E7DEF2. Grayscale: #1C1C1C. Windows color (decimal): -15195891 or 860440. OLE color: 860440.

HSL color Cylindrical-coordinate representation of color #18210D: hue angle of 87º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18210D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 33 13 -
CMYK 0.27 0 0.61 0.87
HSL 87º 0.43% 0.09% -
HSV(B) 87º 0.61% 0.13% -
XYZ 0.99 1.31 0.58 -
YUV 28.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 24 33 13 0.27 0 0.61 0.87 87 0.43 0.09
Hex 18 21 D 1B 0 3D 57 57 2B 9
Octal 30 41 15 33 0 75 127 127 53 11
Binary 11000 100001 1101 11011 0 111101 1010111 1010111 101011 1001

Color Harmonies of #18210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18210D

Black with #18210D

Text Example


Text Example

White with #18210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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