#26291D

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

Shades of Rangoon Green #26291D

Tints of Rangoon Green #26291D

Color information

#26291D (or 0x26291D) is unknown color: approx Rangoon Green. HEX triplet: 26, 29 and 1D. RGB value is (38,41,29). Sum of RGB (Red+Green+Blue) = 38+41+29=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #26291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291D is #D9D6E2. Grayscale: #262626. Windows color (decimal): -14276323 or 1911078. OLE color: 1911078.

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

Color convert

RGB384129-
CMYK0.0700.290.84
HSL75º17.14%13.73%-
HSV(B)75º29.27%16.08%-
XYZ1.812.091.47-
YUV38.74122.51127.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=35.19%
G=37.96%
B=26.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841290.0700.290.847517.1413.73
Hex26291D701D544b11e
Octal46513570351241132116
Binary1001101010011110111101110110101001001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26291D; }

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

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

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

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

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

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

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

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