Html Css Color HEX #284011 Pine Tree

📋 copy color: '#284011'

red 40 ◦ green 64 ◦ blue 17

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

Shades of Pine Tree #284011

Tints of Pine Tree #284011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 33.06%
G = 52.89%
B = 14.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#284011 (or 0x284011) is known color: Pine Tree. HEX triplet: 28, 40 and 11. RGB value is (40,64,17). Sum of RGB (Red+Green+Blue) = 40+64+17=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #284011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284011 is #D7BFEE. Grayscale: #333333. Windows color (decimal): -14139375 or 1130536. OLE color: 1130536.

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

Color convert

RGB 40 64 17 -
CMYK 0.38 0 0.73 0.75
HSL 90.64º 0.58% 0.16% -
HSV(B) 90.64º 0.73% 0.25% -
XYZ 2.81 4.16 1.18 -
YUV 51.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 40 64 17 0.38 0 0.73 0.75 90.64 0.58 0.16
Hex 28 40 11 26 0 49 4B 5B 3A 10
Octal 50 100 21 46 0 111 113 133 72 20
Binary 101000 1000000 10001 100110 0 1001001 1001011 1011011 111010 10000

Color Harmonies of #284011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284011

Black with #284011

Text Example


Text Example

White with #284011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284011; }

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

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

background-color css

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

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

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

border-color css

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

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

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