#292E1A

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

Shades of Rangoon Green #292E1A

Tints of Rangoon Green #292E1A

Color information

#292E1A (or 0x292E1A) is unknown color: approx Rangoon Green. HEX triplet: 29, 2E and 1A. RGB value is (41,46,26). Sum of RGB (Red+Green+Blue) = 41+46+26=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #292E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E1A is #D6D1E5. Grayscale: #2A2A2A. Windows color (decimal): -14078438 or 1715753. OLE color: 1715753.

HSL color Cylindrical-coordinate representation of color #292E1A: hue angle of 75º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #292E1A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB414626-
CMYK0.1100.430.82
HSL75º27.78%14.12%-
HSV(B)75º43.48%18.04%-
XYZ2.082.51.35-
YUV42.22118.84127.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=36.28%
G=40.71%
B=23.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146260.1100.430.827527.7814.12
Hex292E1AB02B524b1ce
Octal515632130531221133416
Binary101001101110110101011010101110100101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E1A; }

 p { color: rgb(41,46,26); }

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

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

 a { background-color: rgb(41,46,26); }

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

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

 span { border-color: rgb(41,46,26); }

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