#28331C

Color #28331C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #28331C

Tints of Pine Tree #28331C

Color information

#28331C (or 0x28331C) is unknown color: approx Pine Tree. HEX triplet: 28, 33 and 1C. RGB value is (40,51,28). Sum of RGB (Red+Green+Blue) = 40+51+28=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #28331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28331C is #D7CCE3. Grayscale: #2D2D2D. Windows color (decimal): -14142692 or 1848104. OLE color: 1848104.

HSL color Cylindrical-coordinate representation of color #28331C: hue angle of 88.7º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28331C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB405128-
CMYK0.2200.450.8
HSL88.7º29.11%15.49%-
HSV(B)88.7º45.1%20%-
XYZ2.272.91.54-
YUV45.09118.36124.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=33.61%
G=42.86%
B=23.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051280.2200.450.888.729.1115.49
Hex28331C1602D50591df
Octal506334260551201313517
Binary1010001100111110010110010110110100001011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28331C; }

 p { color: rgb(40,51,28); }

 H1.HeaderClassName
 {
   color: #28331C;
 }
 .AnyTagClassName
 {
   color: #28331C;
 }
</style>
background-color css

<style>
 a { background-color: #28331C; }

 a { background-color: rgb(40,51,28); }

 div.DivClassName
 {
   background-color: #28331C;
 }
 .BgClassName
 {
   background-color: #28331C;
 }
</style>
border-color css

<style>
 span { border-color: #28331C; }

 span { border-color: rgb(40,51,28); }

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