Html Css Color HEX #28301F Pine Tree

📋 copy color: '#28301F'

red 40 ◦ green 48 ◦ blue 31

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

Shades of Pine Tree #28301F

Tints of Pine Tree #28301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 33.61%
G = 40.34%
B = 26.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#28301F (or 0x28301F) is known color: Pine Tree. HEX triplet: 28, 30 and 1F. RGB value is (40,48,31). Sum of RGB (Red+Green+Blue) = 40+48+31=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #28301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28301F is #D7CFE0. Grayscale: #2B2B2B. Windows color (decimal): -14143457 or 2043944. OLE color: 2043944.

HSL color Cylindrical-coordinate representation of color #28301F: hue angle of 88.24º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28301F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 31 -
CMYK 0.17 0 0.35 0.81
HSL 88.24º 0.22% 0.15% -
HSV(B) 88.24º 0.35% 0.19% -
XYZ 2.18 2.66 1.7 -
YUV 43.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 40 48 31 0.17 0 0.35 0.81 88.24 0.22 0.15
Hex 28 30 1F 11 0 23 51 58 16 F
Octal 50 60 37 21 0 43 121 130 26 17
Binary 101000 110000 11111 10001 0 100011 1010001 1011000 10110 1111

Color Harmonies of #28301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28301F

Black with #28301F

Text Example


Text Example

White with #28301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28301F; }

 p { color: rgb(40,48,31); }

 H1.HeaderClassName
 {
   color: #28301F;
 }
 .AnyTagClassName
 {
   color: #28301F;
 }
</style>

background-color css

<style>
 a { background-color: #28301F; }

 a { background-color: rgb(40,48,31); }

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

border-color css

<style>
 span { border-color: #28301F; }

 span { border-color: rgb(40,48,31); }

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