Html Css Color HEX #1C2511 Pine Tree

📋 copy color: '#1C2511'

red 28 ◦ green 37 ◦ blue 17

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

Shades of Pine Tree #1C2511

Tints of Pine Tree #1C2511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 34.15%
G = 45.12%
B = 20.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#1C2511 (or 0x1C2511) is known color: Pine Tree. HEX triplet: 1C, 25 and 11. RGB value is (28,37,17). Sum of RGB (Red+Green+Blue) = 28+37+17=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2511 is #E3DAEE. Grayscale: #202020. Windows color (decimal): -14932719 or 1123612. OLE color: 1123612.

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

Color convert

RGB 28 37 17 -
CMYK 0.24 0 0.54 0.85
HSL 87º 0.37% 0.11% -
HSV(B) 87º 0.54% 0.15% -
XYZ 1.24 1.61 0.78 -
YUV 32.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 28 37 17 0.24 0 0.54 0.85 87 0.37 0.11
Hex 1C 25 11 18 0 36 55 57 25 B
Octal 34 45 21 30 0 66 125 127 45 13
Binary 11100 100101 10001 11000 0 110110 1010101 1010111 100101 1011

Color Harmonies of #1C2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2511

Black with #1C2511

Text Example


Text Example

White with #1C2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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