#292F1A

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

Shades of Rangoon Green #292F1A

Tints of Rangoon Green #292F1A

Color information

#292F1A (or 0x292F1A) is unknown color: approx Rangoon Green. HEX triplet: 29, 2F and 1A. RGB value is (41,47,26). Sum of RGB (Red+Green+Blue) = 41+47+26=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #292F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F1A is #D6D0E5. Grayscale: #2A2A2A. Windows color (decimal): -14078182 or 1716009. OLE color: 1716009.

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

Color convert

RGB414726-
CMYK0.1300.450.82
HSL77.14º28.77%14.31%-
HSV(B)77.14º44.68%18.43%-
XYZ2.122.581.36-
YUV42.81118.51126.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=35.96%
G=41.23%
B=22.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147260.1300.450.8277.1428.7714.31
Hex292F1AD02D524d1de
Octal515732150551221153516
Binary101001101111110101101010110110100101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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