#262C16

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

Shades of Rangoon Green #262C16

Tints of Rangoon Green #262C16

Color information

#262C16 (or 0x262C16) is unknown color: approx Rangoon Green. HEX triplet: 26, 2C and 16. RGB value is (38,44,22). Sum of RGB (Red+Green+Blue) = 38+44+22=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 44 - color contains mainly: green. Hex color #262C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262C16 is #D9D3E9. Grayscale: #272727. Windows color (decimal): -14275562 or 1453094. OLE color: 1453094.

HSL color Cylindrical-coordinate representation of color #262C16: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262C16 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB384422-
CMYK0.1400.50.83
HSL76.36º33.33%12.94%-
HSV(B)76.36º50%17.25%-
XYZ1.842.271.1-
YUV39.7118.01126.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=36.54%
G=42.31%
B=21.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3844220.1400.50.8376.3633.3312.94
Hex262C16E032534c21d
Octal465426160621231144115
Binary1001101011001011011100110010101001110011001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262C16; }

 p { color: rgb(38,44,22); }

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

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

 a { background-color: rgb(38,44,22); }

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

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

 span { border-color: rgb(38,44,22); }

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