#283114

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

Shades of Rangoon Green #283114

Tints of Rangoon Green #283114

Color information

#283114 (or 0x283114) is unknown color: approx Rangoon Green. HEX triplet: 28, 31 and 14. RGB value is (40,49,20). Sum of RGB (Red+Green+Blue) = 40+49+20=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #283114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283114 is #D7CEEB. Grayscale: #2B2B2B. Windows color (decimal): -14143212 or 1323304. OLE color: 1323304.

HSL color Cylindrical-coordinate representation of color #283114: hue angle of 78.62º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283114 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB404920-
CMYK0.1800.590.81
HSL78.62º42.03%13.53%-
HSV(B)78.62º59.18%19.22%-
XYZ2.12.71.07-
YUV43115.02125.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=36.70%
G=44.95%
B=18.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049200.1800.590.8178.6242.0313.53
Hex2831141203B514f2ae
Octal506124220731211175216
Binary10100011000110100100100111011101000110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283114; }

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

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

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

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

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

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

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

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