Html Css Color HEX #1C2315 Pine Tree

📋 copy color: '#1C2315'

red 28 ◦ green 35 ◦ blue 21

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

Shades of Pine Tree #1C2315

Tints of Pine Tree #1C2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 21 (8.59% from 255) = 25%

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#1C2315 (or 0x1C2315) is known color: Pine Tree. HEX triplet: 1C, 23 and 15. RGB value is (28,35,21). Sum of RGB (Red+Green+Blue) = 28+35+21=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2315 is #E3DCEA. Grayscale: #1F1F1F. Windows color (decimal): -14933227 or 1385244. OLE color: 1385244.

HSL color Cylindrical-coordinate representation of color #1C2315: hue angle of 90º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2315 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 35 21 -
CMYK 0.20 0 0.40 0.86
HSL 90º 0.25% 0.11% -
HSV(B) 90º 0.4% 0.14% -
XYZ 1.22 1.5 0.94 -
YUV 31.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 28 35 21 0.20 0 0.40 0.86 90 0.25 0.11
Hex 1C 23 15 14 0 28 56 5A 19 B
Octal 34 43 25 24 0 50 126 132 31 13
Binary 11100 100011 10101 10100 0 101000 1010110 1011010 11001 1011

Color Harmonies of #1C2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2315

Black with #1C2315

Text Example


Text Example

White with #1C2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,35,21); }

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

background-color css

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

 a { background-color: rgb(28,35,21); }

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

border-color css

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

 span { border-color: rgb(28,35,21); }

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