Html Css Color HEX #1C2515 Pine Tree

📋 copy color: '#1C2515'

red 28 ◦ green 37 ◦ blue 21

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

Shades of Pine Tree #1C2515

Tints of Pine Tree #1C2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

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

R = 32.56%
G = 43.02%
B = 24.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#1C2515 (or 0x1C2515) is known color: Pine Tree. HEX triplet: 1C, 25 and 15. RGB value is (28,37,21). Sum of RGB (Red+Green+Blue) = 28+37+21=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2515 is #E3DAEA. Grayscale: #202020. Windows color (decimal): -14932715 or 1385756. OLE color: 1385756.

HSL color Cylindrical-coordinate representation of color #1C2515: hue angle of 93.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C2515 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 37 21 -
CMYK 0.24 0 0.43 0.85
HSL 93.75º 0.28% 0.11% -
HSV(B) 93.75º 0.43% 0.15% -
XYZ 1.28 1.62 0.96 -
YUV 32.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 28 37 21 0.24 0 0.43 0.85 93.75 0.28 0.11
Hex 1C 25 15 18 0 2B 55 5E 1C B
Octal 34 45 25 30 0 53 125 136 34 13
Binary 11100 100101 10101 11000 0 101011 1010101 1011110 11100 1011

Color Harmonies of #1C2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2515

Black with #1C2515

Text Example


Text Example

White with #1C2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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