Html Css Color HEX #18210C Pine Tree

📋 copy color: '#18210C'

red 24 ◦ green 33 ◦ blue 12

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

Shades of Pine Tree #18210C

Tints of Pine Tree #18210C

RGB

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

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

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

R = 34.78%
G = 47.83%
B = 17.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#18210C (or 0x18210C) is known color: Pine Tree. HEX triplet: 18, 21 and 0C. RGB value is (24,33,12). Sum of RGB (Red+Green+Blue) = 24+33+12=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #18210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18210C is #E7DEF3. Grayscale: #1B1B1B. Windows color (decimal): -15195892 or 794904. OLE color: 794904.

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

Color convert

RGB 24 33 12 -
CMYK 0.27 0 0.64 0.87
HSL 85.71º 0.47% 0.09% -
HSV(B) 85.71º 0.64% 0.13% -
XYZ 0.99 1.31 0.55 -
YUV 27.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 24 33 12 0.27 0 0.64 0.87 85.71 0.47 0.09
Hex 18 21 C 1B 0 40 57 56 2F 9
Octal 30 41 14 33 0 100 127 126 57 11
Binary 11000 100001 1100 11011 0 1000000 1010111 1010110 101111 1001

Color Harmonies of #18210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18210C

Black with #18210C

Text Example


Text Example

White with #18210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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