#262820

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

Shades of Rangoon Green #262820

Tints of Rangoon Green #262820

Color information

#262820 (or 0x262820) is unknown color: approx Rangoon Green. HEX triplet: 26, 28 and 20. RGB value is (38,40,32). Sum of RGB (Red+Green+Blue) = 38+40+32=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #262820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262820 is #D9D7DF. Grayscale: #262626. Windows color (decimal): -14276576 or 2107430. OLE color: 2107430.

HSL color Cylindrical-coordinate representation of color #262820: hue angle of 75º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #262820 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB384032-
CMYK0.0500.200.84
HSL75º11.11%14.12%-
HSV(B)75º20%15.69%-
XYZ1.822.031.66-
YUV38.49124.34127.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=34.55%
G=36.36%
B=29.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840320.0500.200.847511.1114.12
Hex2628205014544bbe
Octal46504050241241131316
Binary1001101010001000001010101001010100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262820; }

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

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

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

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

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

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

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

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