#2A2F1F

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

Shades of Rangoon Green #2A2F1F

Tints of Rangoon Green #2A2F1F

Color information

#2A2F1F (or 0x2A2F1F) is unknown color: approx Rangoon Green. HEX triplet: 2A, 2F and 1F. RGB value is (42,47,31). Sum of RGB (Red+Green+Blue) = 42+47+31=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2F1F is #D5D0E0. Grayscale: #2B2B2B. Windows color (decimal): -14012641 or 2043690. OLE color: 2043690.

HSL color Cylindrical-coordinate representation of color #2A2F1F: hue angle of 78.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A2F1F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB424731-
CMYK0.1100.340.82
HSL78.75º20.51%15.29%-
HSV(B)78.75º34.04%18.43%-
XYZ2.222.621.69-
YUV43.68120.84126.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=35%
G=39.17%
B=25.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4247310.1100.340.8278.7520.5115.29
Hex2A2F1FB022524f15f
Octal525737130421221172517
Binary101010101111111111011010001010100101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2F1F; }

 p { color: rgb(42,47,31); }

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

<style>
 a { background-color: #2A2F1F; }

 a { background-color: rgb(42,47,31); }

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

<style>
 span { border-color: #2A2F1F; }

 span { border-color: rgb(42,47,31); }

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