#282926

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

Shades of Rangoon Green #282926

Tints of Rangoon Green #282926

Color information

#282926 (or 0x282926) is unknown color: approx Rangoon Green. HEX triplet: 28, 29 and 26. RGB value is (40,41,38). Sum of RGB (Red+Green+Blue) = 40+41+38=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 41 - color contains mainly: green. Hex color #282926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282926 is #D7D6D9. Grayscale: #282828. Windows color (decimal): -14145242 or 2500904. OLE color: 2500904.

HSL color Cylindrical-coordinate representation of color #282926: hue angle of 80º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #282926 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB404138-
CMYK0.0200.070.84
HSL80º3.8%15.49%-
HSV(B)80º7.32%16.08%-
XYZ2.022.182.15-
YUV40.36126.67127.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=33.61%
G=34.45%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041380.0200.070.84803.815.49
Hex28292620754504f
Octal505146207124120417
Binary101000101001100110100111101010010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282926; }

 p { color: rgb(40,41,38); }

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

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

 a { background-color: rgb(40,41,38); }

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

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

 span { border-color: rgb(40,41,38); }

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