Html Css Color HEX #2A301F Rangoon Green

📋 copy color: '#2A301F'

red 42 ◦ green 48 ◦ blue 31

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

Shades of Rangoon Green #2A301F

Tints of Rangoon Green #2A301F

RGB

 RED value IS 42 (16.8% from 255) = 34.71%

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 34.71%
G = 39.67%
B = 25.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#2A301F (or 0x2A301F) is known color: Rangoon Green. HEX triplet: 2A, 30 and 1F. RGB value is (42,48,31). Sum of RGB (Red+Green+Blue) = 42+48+31=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2A301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A301F is #D5CFE0. Grayscale: #2C2C2C. Windows color (decimal): -14012385 or 2043946. OLE color: 2043946.

HSL color Cylindrical-coordinate representation of color #2A301F: hue angle of 81.18º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A301F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 48 31 -
CMYK 0.13 0 0.35 0.81
HSL 81.18º 0.22% 0.15% -
HSV(B) 81.18º 0.35% 0.19% -
XYZ 2.26 2.71 1.7 -
YUV 44.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 42 48 31 0.13 0 0.35 0.81 81.18 0.22 0.15
Hex 2A 30 1F D 0 23 51 51 16 F
Octal 52 60 37 15 0 43 121 121 26 17
Binary 101010 110000 11111 1101 0 100011 1010001 1010001 10110 1111

Color Harmonies of #2A301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A301F

Black with #2A301F

Text Example


Text Example

White with #2A301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A301F;
 }
 .AnyTagClassName
 {
   color: #2A301F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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