Html Css Color HEX #1C290F Pine Tree

📋 copy color: '#1C290F'

red 28 ◦ green 41 ◦ blue 15

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

Shades of Pine Tree #1C290F

Tints of Pine Tree #1C290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 48.81%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 33.33%
G = 48.81%
B = 17.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#1C290F (or 0x1C290F) is known color: Pine Tree. HEX triplet: 1C, 29 and 0F. RGB value is (28,41,15). Sum of RGB (Red+Green+Blue) = 28+41+15=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #1C290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C290F is #E3D6F0. Grayscale: #222222. Windows color (decimal): -14931697 or 993564. OLE color: 993564.

HSL color Cylindrical-coordinate representation of color #1C290F: hue angle of 90º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C290F is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 41 15 -
CMYK 0.32 0 0.63 0.84
HSL 90º 0.46% 0.11% -
HSV(B) 90º 0.63% 0.16% -
XYZ 1.36 1.87 0.74 -
YUV 34.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 28 41 15 0.32 0 0.63 0.84 90 0.46 0.11
Hex 1C 29 F 20 0 3F 54 5A 2E B
Octal 34 51 17 40 0 77 124 132 56 13
Binary 11100 101001 1111 100000 0 111111 1010100 1011010 101110 1011

Color Harmonies of #1C290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C290F

Black with #1C290F

Text Example


Text Example

White with #1C290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,41,15); }

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

background-color css

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

 a { background-color: rgb(28,41,15); }

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

border-color css

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

 span { border-color: rgb(28,41,15); }

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