Html Css Color HEX #1C2415 Pine Tree

📋 copy color: '#1C2415'

red 28 ◦ green 36 ◦ blue 21

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

Shades of Pine Tree #1C2415

Tints of Pine Tree #1C2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

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

R = 32.94%
G = 42.35%
B = 24.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#1C2415 (or 0x1C2415) is known color: Pine Tree. HEX triplet: 1C, 24 and 15. RGB value is (28,36,21). Sum of RGB (Red+Green+Blue) = 28+36+21=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2415 is #E3DBEA. Grayscale: #1F1F1F. Windows color (decimal): -14932971 or 1385500. OLE color: 1385500.

HSL color Cylindrical-coordinate representation of color #1C2415: hue angle of 92º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C2415 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 36 21 -
CMYK 0.22 0 0.42 0.86
HSL 92º 0.26% 0.11% -
HSV(B) 92º 0.42% 0.14% -
XYZ 1.25 1.56 0.95 -
YUV 31.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 28 36 21 0.22 0 0.42 0.86 92 0.26 0.11
Hex 1C 24 15 16 0 2A 56 5C 1A B
Octal 34 44 25 26 0 52 126 134 32 13
Binary 11100 100100 10101 10110 0 101010 1010110 1011100 11010 1011

Color Harmonies of #1C2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2415

Black with #1C2415

Text Example


Text Example

White with #1C2415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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