Html Css Color HEX #28410D Pine Tree

📋 copy color: '#28410D'

red 40 ◦ green 65 ◦ blue 13

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

Shades of Pine Tree #28410D

Tints of Pine Tree #28410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.08%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 33.9%
G = 55.08%
B = 11.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#28410D (or 0x28410D) is known color: Pine Tree. HEX triplet: 28, 41 and 0D. RGB value is (40,65,13). Sum of RGB (Red+Green+Blue) = 40+65+13=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #28410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28410D is #D7BEF2. Grayscale: #333333. Windows color (decimal): -14139123 or 868648. OLE color: 868648.

HSL color Cylindrical-coordinate representation of color #28410D: hue angle of 88.85º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28410D is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 13 -
CMYK 0.38 0 0.80 0.75
HSL 88.85º 0.67% 0.15% -
HSV(B) 88.85º 0.8% 0.25% -
XYZ 2.84 4.26 1.05 -
YUV 51.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 40 65 13 0.38 0 0.80 0.75 88.85 0.67 0.15
Hex 28 41 D 26 0 50 4B 59 43 F
Octal 50 101 15 46 0 120 113 131 103 17
Binary 101000 1000001 1101 100110 0 1010000 1001011 1011001 1000011 1111

Color Harmonies of #28410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28410D

Black with #28410D

Text Example


Text Example

White with #28410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28410D; }

 p { color: rgb(40,65,13); }

 H1.HeaderClassName
 {
   color: #28410D;
 }
 .AnyTagClassName
 {
   color: #28410D;
 }
</style>

background-color css

<style>
 a { background-color: #28410D; }

 a { background-color: rgb(40,65,13); }

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

border-color css

<style>
 span { border-color: #28410D; }

 span { border-color: rgb(40,65,13); }

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