Html Css Color HEX #2B331A Rangoon Green

📋 copy color: '#2B331A'

red 43 ◦ green 51 ◦ blue 26

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

Shades of Rangoon Green #2B331A

Tints of Rangoon Green #2B331A

RGB

 RED value IS 43 (17.19% from 255) = 35.83%

 GREEN value IS 51 (20.31% from 255) = 42.5%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 35.83%
G = 42.5%
B = 21.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#2B331A (or 0x2B331A) is known color: Rangoon Green. HEX triplet: 2B, 33 and 1A. RGB value is (43,51,26). Sum of RGB (Red+Green+Blue) = 43+51+26=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #2B331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B331A is #D4CCE5. Grayscale: #2D2D2D. Windows color (decimal): -13946086 or 1717035. OLE color: 1717035.

HSL color Cylindrical-coordinate representation of color #2B331A: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B331A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 26 -
CMYK 0.16 0 0.49 0.8
HSL 79.2º 0.32% 0.15% -
HSV(B) 79.2º 0.49% 0.2% -
XYZ 2.37 2.96 1.42 -
YUV 45.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 43 51 26 0.16 0 0.49 0.8 79.2 0.32 0.15
Hex 2B 33 1A 10 0 31 50 4F 20 F
Octal 53 63 32 20 0 61 120 117 40 17
Binary 101011 110011 11010 10000 0 110001 1010000 1001111 100000 1111

Color Harmonies of #2B331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B331A

Black with #2B331A

Text Example


Text Example

White with #2B331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,26); }

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

background-color css

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

 a { background-color: rgb(43,51,26); }

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

border-color css

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

 span { border-color: rgb(43,51,26); }

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