#282E14

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

Shades of Rangoon Green #282E14

Tints of Rangoon Green #282E14

Color information

#282E14 (or 0x282E14) is unknown color: approx Rangoon Green. HEX triplet: 28, 2E and 14. RGB value is (40,46,20). Sum of RGB (Red+Green+Blue) = 40+46+20=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #282E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282E14 is #D7D1EB. Grayscale: #292929. Windows color (decimal): -14143980 or 1322536. OLE color: 1322536.

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

Color convert

RGB404620-
CMYK0.1300.570.82
HSL73.85º39.39%12.94%-
HSV(B)73.85º56.52%18.04%-
XYZ1.982.461.03-
YUV41.24116.01127.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=37.74%
G=43.40%
B=18.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4046200.1300.570.8273.8539.3912.94
Hex282E14D039524a27d
Octal505624150711221124715
Binary1010001011101010011010111001101001010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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