Html Css Color HEX #1C2112 Pine Tree

📋 copy color: '#1C2112'

red 28 ◦ green 33 ◦ blue 18

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

Shades of Pine Tree #1C2112

Tints of Pine Tree #1C2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 35.44%
G = 41.77%
B = 22.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#1C2112 (or 0x1C2112) is known color: Pine Tree. HEX triplet: 1C, 21 and 12. RGB value is (28,33,18). Sum of RGB (Red+Green+Blue) = 28+33+18=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #1C2112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2112 is #E3DEED. Grayscale: #1D1D1D. Windows color (decimal): -14933742 or 1188124. OLE color: 1188124.

HSL color Cylindrical-coordinate representation of color #1C2112: hue angle of 80º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C2112 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 18 -
CMYK 0.15 0 0.45 0.87
HSL 80º 0.29% 0.1% -
HSV(B) 80º 0.45% 0.13% -
XYZ 1.13 1.38 0.78 -
YUV 29.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 28 33 18 0.15 0 0.45 0.87 80 0.29 0.1
Hex 1C 21 12 F 0 2D 57 50 1D A
Octal 34 41 22 17 0 55 127 120 35 12
Binary 11100 100001 10010 1111 0 101101 1010111 1010000 11101 1010

Color Harmonies of #1C2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2112

Black with #1C2112

Text Example


Text Example

White with #1C2112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,18); }

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

background-color css

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

 a { background-color: rgb(28,33,18); }

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

border-color css

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

 span { border-color: rgb(28,33,18); }

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