Html Css Color HEX #2A3018 Rangoon Green

📋 copy color: '#2A3018'

red 42 ◦ green 48 ◦ blue 24

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

Shades of Rangoon Green #2A3018

Tints of Rangoon Green #2A3018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 36.84%
G = 42.11%
B = 21.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#2A3018 (or 0x2A3018) is known color: Rangoon Green. HEX triplet: 2A, 30 and 18. RGB value is (42,48,24). Sum of RGB (Red+Green+Blue) = 42+48+24=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3018 is #D5CFE7. Grayscale: #2B2B2B. Windows color (decimal): -14012392 or 1585194. OLE color: 1585194.

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

Color convert

RGB 42 48 24 -
CMYK 0.13 0 0.5 0.81
HSL 75º 0.33% 0.14% -
HSV(B) 75º 0.5% 0.19% -
XYZ 2.18 2.67 1.27 -
YUV 43.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 42 48 24 0.13 0 0.5 0.81 75 0.33 0.14
Hex 2A 30 18 D 0 32 51 4B 21 E
Octal 52 60 30 15 0 62 121 113 41 16
Binary 101010 110000 11000 1101 0 110010 1010001 1001011 100001 1110

Color Harmonies of #2A3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3018

Black with #2A3018

Text Example


Text Example

White with #2A3018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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