#283012

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

Shades of Rangoon Green #283012

Tints of Rangoon Green #283012

Color information

#283012 (or 0x283012) is unknown color: approx Rangoon Green. HEX triplet: 28, 30 and 12. RGB value is (40,48,18). Sum of RGB (Red+Green+Blue) = 40+48+18=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #283012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283012 is #D7CFED. Grayscale: #2A2A2A. Windows color (decimal): -14143470 or 1191976. OLE color: 1191976.

HSL color Cylindrical-coordinate representation of color #283012: hue angle of 76º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283012 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB404818-
CMYK0.1700.630.81
HSL76º45.45%12.94%-
HSV(B)76º62.5%18.82%-
XYZ2.042.610.97-
YUV42.19114.35126.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=37.74%
G=45.28%
B=16.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048180.1700.630.817645.4512.94
Hex2830121103F514c2dd
Octal506022210771211145515
Binary10100011000010010100010111111101000110011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283012; }

 p { color: rgb(40,48,18); }

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

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

 a { background-color: rgb(40,48,18); }

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

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

 span { border-color: rgb(40,48,18); }

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