#286514

Color #286514 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #286514

Tints of Green House #286514

Color information

#286514 (or 0x286514) is unknown color: approx Green House. HEX triplet: 28, 65 and 14. RGB value is (40,101,20). Sum of RGB (Red+Green+Blue) = 40+101+20=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #286514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286514 is #D79AEB. Grayscale: #494949. Windows color (decimal): -14129900 or 1336616. OLE color: 1336616.

HSL color Cylindrical-coordinate representation of color #286514: hue angle of 105.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286514 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB4010120-
CMYK0.6000.800.60
HSL105.19º66.94%23.73%-
HSV(B)105.19º80.2%39.61%-
XYZ5.669.812.26-
YUV73.5397.79104.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 101 (39.84% from 255) = 62.73%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=24.84%
G=62.73%
B=12.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101200.6000.800.60105.1966.9423.73
Hex2865143C0503C694318
Octal50145247401207415110330
Binary101000110010110100111100010100001111001101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286514; }

 p { color: rgb(40,101,20); }

 H1.HeaderClassName
 {
   color: #286514;
 }
 .AnyTagClassName
 {
   color: #286514;
 }
</style>
background-color css

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

 a { background-color: rgb(40,101,20); }

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

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

 span { border-color: rgb(40,101,20); }

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