#282B1F

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

Shades of Rangoon Green #282B1F

Tints of Rangoon Green #282B1F

Color information

#282B1F (or 0x282B1F) is unknown color: approx Rangoon Green. HEX triplet: 28, 2B and 1F. RGB value is (40,43,31). Sum of RGB (Red+Green+Blue) = 40+43+31=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 43 - color contains mainly: green. Hex color #282B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B1F is #D7D4E0. Grayscale: #282828. Windows color (decimal): -14144737 or 2042664. OLE color: 2042664.

HSL color Cylindrical-coordinate representation of color #282B1F: hue angle of 75º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #282B1F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.83.

Color convert

RGB404331-
CMYK0.0700.280.83
HSL75º16.22%14.51%-
HSV(B)75º27.91%16.86%-
XYZ1.992.281.63-
YUV40.74122.51127.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.09%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=35.09%
G=37.72%
B=27.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4043310.0700.280.837516.2214.51
Hex282B1F701C534b10f
Octal50533770341231132017
Binary1010001010111111111101110010100111001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,43,31); }

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

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

 a { background-color: rgb(40,43,31); }

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

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

 span { border-color: rgb(40,43,31); }

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