Html Css Color HEX #28350E Pine Tree

📋 copy color: '#28350E'

red 40 ◦ green 53 ◦ blue 14

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

Shades of Pine Tree #28350E

Tints of Pine Tree #28350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.53%

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 37.38%
G = 49.53%
B = 13.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#28350E (or 0x28350E) is known color: Pine Tree. HEX triplet: 28, 35 and 0E. RGB value is (40,53,14). Sum of RGB (Red+Green+Blue) = 40+53+14=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #28350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28350E is #D7CAF1. Grayscale: #2C2C2C. Windows color (decimal): -14142194 or 931112. OLE color: 931112.

HSL color Cylindrical-coordinate representation of color #28350E: hue angle of 80º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28350E is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 53 14 -
CMYK 0.25 0 0.74 0.79
HSL 80º 0.58% 0.13% -
HSV(B) 80º 0.74% 0.21% -
XYZ 2.23 3.03 0.88 -
YUV 44.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 40 53 14 0.25 0 0.74 0.79 80 0.58 0.13
Hex 28 35 E 19 0 4A 4F 50 3A D
Octal 50 65 16 31 0 112 117 120 72 15
Binary 101000 110101 1110 11001 0 1001010 1001111 1010000 111010 1101

Color Harmonies of #28350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28350E

Black with #28350E

Text Example


Text Example

White with #28350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28350E; }

 p { color: rgb(40,53,14); }

 H1.HeaderClassName
 {
   color: #28350E;
 }
 .AnyTagClassName
 {
   color: #28350E;
 }
</style>

background-color css

<style>
 a { background-color: #28350E; }

 a { background-color: rgb(40,53,14); }

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

border-color css

<style>
 span { border-color: #28350E; }

 span { border-color: rgb(40,53,14); }

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