Html Css Color HEX #1C310C Pine Tree

📋 copy color: '#1C310C'

red 28 ◦ green 49 ◦ blue 12

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

Shades of Pine Tree #1C310C

Tints of Pine Tree #1C310C

RGB

 RED value IS 28 (11.33% from 255) = 31.46%

 GREEN value IS 49 (19.53% from 255) = 55.06%

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

R = 31.46%
G = 55.06%
B = 13.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#1C310C (or 0x1C310C) is known color: Pine Tree. HEX triplet: 1C, 31 and 0C. RGB value is (28,49,12). Sum of RGB (Red+Green+Blue) = 28+49+12=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1C310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C310C is #E3CEF3. Grayscale: #262626. Windows color (decimal): -14929652 or 799004. OLE color: 799004.

HSL color Cylindrical-coordinate representation of color #1C310C: hue angle of 94.05º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C310C is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 49 12 -
CMYK 0.43 0 0.76 0.81
HSL 94.05º 0.61% 0.12% -
HSV(B) 94.05º 0.76% 0.19% -
XYZ 1.64 2.47 0.74 -
YUV 38.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 28 49 12 0.43 0 0.76 0.81 94.05 0.61 0.12
Hex 1C 31 C 2B 0 4C 51 5E 3D C
Octal 34 61 14 53 0 114 121 136 75 14
Binary 11100 110001 1100 101011 0 1001100 1010001 1011110 111101 1100

Color Harmonies of #1C310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C310C

Black with #1C310C

Text Example


Text Example

White with #1C310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C310C; }

 p { color: rgb(28,49,12); }

 H1.HeaderClassName
 {
   color: #1C310C;
 }
 .AnyTagClassName
 {
   color: #1C310C;
 }
</style>

background-color css

<style>
 a { background-color: #1C310C; }

 a { background-color: rgb(28,49,12); }

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

border-color css

<style>
 span { border-color: #1C310C; }

 span { border-color: rgb(28,49,12); }

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