Html Css Color HEX #292C1F Rangoon Green

📋 copy color: '#292C1F'

red 41 ◦ green 44 ◦ blue 31

#292C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #292C1F

Tints of Rangoon Green #292C1F

RGB

 RED value IS 41 (16.41% from 255) = 35.34%

 GREEN value IS 44 (17.58% from 255) = 37.93%

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 35.34%
G = 37.93%
B = 26.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#292C1F (or 0x292C1F) is known color: Rangoon Green. HEX triplet: 29, 2C and 1F. RGB value is (41,44,31). Sum of RGB (Red+Green+Blue) = 41+44+31=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #292C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C1F is #D6D3E0. Grayscale: #292929. Windows color (decimal): -14078945 or 2042921. OLE color: 2042921.

HSL color Cylindrical-coordinate representation of color #292C1F: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #292C1F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 44 31 -
CMYK 0.07 0 0.30 0.83
HSL 73.85º 0.17% 0.15% -
HSV(B) 73.85º 0.3% 0.17% -
XYZ 2.06 2.37 1.65 -
YUV 41.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 41 44 31 0.07 0 0.30 0.83 73.85 0.17 0.15
Hex 29 2C 1F 7 0 1E 53 4A 11 F
Octal 51 54 37 7 0 36 123 112 21 17
Binary 101001 101100 11111 111 0 11110 1010011 1001010 10001 1111

Color Harmonies of #292C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C1F

Black with #292C1F

Text Example


Text Example

White with #292C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292C1F;
 }
 .AnyTagClassName
 {
   color: #292C1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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