Html Css Color HEX #1C290B Pine Tree

📋 copy color: '#1C290B'

red 28 ◦ green 41 ◦ blue 11

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

Shades of Pine Tree #1C290B

Tints of Pine Tree #1C290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 35%
G = 51.25%
B = 13.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#1C290B (or 0x1C290B) is known color: Pine Tree. HEX triplet: 1C, 29 and 0B. RGB value is (28,41,11). Sum of RGB (Red+Green+Blue) = 28+41+11=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #1C290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C290B is #E3D6F4. Grayscale: #212121. Windows color (decimal): -14931701 or 731420. OLE color: 731420.

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

Color convert

RGB 28 41 11 -
CMYK 0.32 0 0.73 0.84
HSL 86º 0.58% 0.1% -
HSV(B) 86º 0.73% 0.16% -
XYZ 1.33 1.86 0.6 -
YUV 33.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 28 41 11 0.32 0 0.73 0.84 86 0.58 0.1
Hex 1C 29 B 20 0 49 54 56 3A A
Octal 34 51 13 40 0 111 124 126 72 12
Binary 11100 101001 1011 100000 0 1001001 1010100 1010110 111010 1010

Color Harmonies of #1C290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C290B

Black with #1C290B

Text Example


Text Example

White with #1C290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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