#26291C

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

Shades of Rangoon Green #26291C

Tints of Rangoon Green #26291C

Color information

#26291C (or 0x26291C) is unknown color: approx Rangoon Green. HEX triplet: 26, 29 and 1C. RGB value is (38,41,28). Sum of RGB (Red+Green+Blue) = 38+41+28=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 41 - color contains mainly: green. Hex color #26291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291C is #D9D6E3. Grayscale: #262626. Windows color (decimal): -14276324 or 1845542. OLE color: 1845542.

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

Color convert

RGB384128-
CMYK0.0700.320.84
HSL73.85º18.84%13.53%-
HSV(B)73.85º31.71%16.08%-
XYZ1.82.081.41-
YUV38.62122.01127.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=35.51%
G=38.32%
B=26.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841280.0700.320.8473.8518.8413.53
Hex26291C7020544a13e
Octal46513470401241122316
Binary10011010100111100111010000010101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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