#26291F

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

Shades of Rangoon Green #26291F

Tints of Rangoon Green #26291F

Color information

#26291F (or 0x26291F) is unknown color: approx Rangoon Green. HEX triplet: 26, 29 and 1F. RGB value is (38,41,31). Sum of RGB (Red+Green+Blue) = 38+41+31=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #26291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291F is #D9D6E0. Grayscale: #272727. Windows color (decimal): -14276321 or 2042150. OLE color: 2042150.

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

Color convert

RGB384131-
CMYK0.0700.240.84
HSL78º13.89%14.12%-
HSV(B)78º24.39%16.08%-
XYZ1.842.11.6-
YUV38.96123.51127.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=34.55%
G=37.27%
B=28.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841310.0700.240.847813.8914.12
Hex26291F7018544eee
Octal46513770301241161616
Binary100110101001111111110110001010100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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