Html Css Color HEX #284010 Pine Tree

📋 copy color: '#284010'

red 40 ◦ green 64 ◦ blue 16

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

Shades of Pine Tree #284010

Tints of Pine Tree #284010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 33.33%
G = 53.33%
B = 13.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#284010 (or 0x284010) is known color: Pine Tree. HEX triplet: 28, 40 and 10. RGB value is (40,64,16). Sum of RGB (Red+Green+Blue) = 40+64+16=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #284010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284010 is #D7BFEF. Grayscale: #333333. Windows color (decimal): -14139376 or 1065000. OLE color: 1065000.

HSL color Cylindrical-coordinate representation of color #284010: hue angle of 90º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284010 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 16 -
CMYK 0.38 0 0.75 0.75
HSL 90º 0.6% 0.16% -
HSV(B) 90º 0.75% 0.25% -
XYZ 2.8 4.16 1.14 -
YUV 51.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 40 64 16 0.38 0 0.75 0.75 90 0.6 0.16
Hex 28 40 10 26 0 4B 4B 5A 3C 10
Octal 50 100 20 46 0 113 113 132 74 20
Binary 101000 1000000 10000 100110 0 1001011 1001011 1011010 111100 10000

Color Harmonies of #284010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284010

Black with #284010

Text Example


Text Example

White with #284010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284010; }

 p { color: rgb(40,64,16); }

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

background-color css

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

 a { background-color: rgb(40,64,16); }

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

border-color css

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

 span { border-color: rgb(40,64,16); }

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