Html Css Color HEX #28341B Pine Tree

📋 copy color: '#28341B'

red 40 ◦ green 52 ◦ blue 27

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

Shades of Pine Tree #28341B

Tints of Pine Tree #28341B

RGB

 RED value IS 40 (16.02% from 255) = 33.61%

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 33.61%
G = 43.7%
B = 22.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#28341B (or 0x28341B) is known color: Pine Tree. HEX triplet: 28, 34 and 1B. RGB value is (40,52,27). Sum of RGB (Red+Green+Blue) = 40+52+27=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #28341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28341B is #D7CBE4. Grayscale: #2D2D2D. Windows color (decimal): -14142437 or 1782824. OLE color: 1782824.

HSL color Cylindrical-coordinate representation of color #28341B: hue angle of 88.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28341B is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 52 27 -
CMYK 0.23 0 0.48 0.80
HSL 88.8º 0.32% 0.15% -
HSV(B) 88.8º 0.48% 0.2% -
XYZ 2.3 2.99 1.49 -
YUV 45.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 40 52 27 0.23 0 0.48 0.80 88.8 0.32 0.15
Hex 28 34 1B 17 0 30 50 59 20 F
Octal 50 64 33 27 0 60 120 131 40 17
Binary 101000 110100 11011 10111 0 110000 1010000 1011001 100000 1111

Color Harmonies of #28341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28341B

Black with #28341B

Text Example


Text Example

White with #28341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28341B; }

 p { color: rgb(40,52,27); }

 H1.HeaderClassName
 {
   color: #28341B;
 }
 .AnyTagClassName
 {
   color: #28341B;
 }
</style>

background-color css

<style>
 a { background-color: #28341B; }

 a { background-color: rgb(40,52,27); }

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

border-color css

<style>
 span { border-color: #28341B; }

 span { border-color: rgb(40,52,27); }

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