#282E1A

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

Shades of Rangoon Green #282E1A

Tints of Rangoon Green #282E1A

Color information

#282E1A (or 0x282E1A) is unknown color: approx Rangoon Green. HEX triplet: 28, 2E and 1A. RGB value is (40,46,26). Sum of RGB (Red+Green+Blue) = 40+46+26=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #282E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E1A is #D7D1E5. Grayscale: #2A2A2A. Windows color (decimal): -14143974 or 1715752. OLE color: 1715752.

HSL color Cylindrical-coordinate representation of color #282E1A: hue angle of 78º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #282E1A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB404626-
CMYK0.1300.430.82
HSL78º27.78%14.12%-
HSV(B)78º43.48%18.04%-
XYZ2.042.481.35-
YUV41.93119.01126.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=35.71%
G=41.07%
B=23.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4046260.1300.430.827827.7814.12
Hex282E1AD02B524e1ce
Octal505632150531221163416
Binary101000101110110101101010101110100101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E1A; }

 p { color: rgb(40,46,26); }

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

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

 a { background-color: rgb(40,46,26); }

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

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

 span { border-color: rgb(40,46,26); }

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