Html Css Color HEX #2A301E Rangoon Green

📋 copy color: '#2A301E'

red 42 ◦ green 48 ◦ blue 30

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

Shades of Rangoon Green #2A301E

Tints of Rangoon Green #2A301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25%

R = 35%
G = 40%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#2A301E (or 0x2A301E) is known color: Rangoon Green. HEX triplet: 2A, 30 and 1E. RGB value is (42,48,30). Sum of RGB (Red+Green+Blue) = 42+48+30=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #2A301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A301E is #D5CFE1. Grayscale: #2C2C2C. Windows color (decimal): -14012386 or 1978410. OLE color: 1978410.

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

Color convert

RGB 42 48 30 -
CMYK 0.13 0 0.37 0.81
HSL 80º 0.23% 0.15% -
HSV(B) 80º 0.38% 0.19% -
XYZ 2.25 2.7 1.63 -
YUV 44.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 42 48 30 0.13 0 0.37 0.81 80 0.23 0.15
Hex 2A 30 1E D 0 25 51 50 17 F
Octal 52 60 36 15 0 45 121 120 27 17
Binary 101010 110000 11110 1101 0 100101 1010001 1010000 10111 1111

Color Harmonies of #2A301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A301E

Black with #2A301E

Text Example


Text Example

White with #2A301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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