Html Css Color HEX #2D3223 Rangoon Green

📋 copy color: '#2D3223'

red 45 ◦ green 50 ◦ blue 35

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

Shades of Rangoon Green #2D3223

Tints of Rangoon Green #2D3223

RGB

 RED value IS 45 (17.97% from 255) = 34.62%

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 35 (14.06% from 255) = 26.92%

R = 34.62%
G = 38.46%
B = 26.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#2D3223 (or 0x2D3223) is known color: Rangoon Green. HEX triplet: 2D, 32 and 23. RGB value is (45,50,35). Sum of RGB (Red+Green+Blue) = 45+50+35=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3223 is #D2CDDC. Grayscale: #2E2E2E. Windows color (decimal): -13815261 or 2306605. OLE color: 2306605.

HSL color Cylindrical-coordinate representation of color #2D3223: hue angle of 80º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D3223 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 45 50 35 -
CMYK 0.10 0 0.30 0.80
HSL 80º 0.18% 0.17% -
HSV(B) 80º 0.3% 0.2% -
XYZ 2.53 2.96 2.03 -
YUV 46.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 45 50 35 0.10 0 0.30 0.80 80 0.18 0.17
Hex 2D 32 23 A 0 1E 50 50 12 11
Octal 55 62 43 12 0 36 120 120 22 21
Binary 101101 110010 100011 1010 0 11110 1010000 1010000 10010 10001

Color Harmonies of #2D3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3223

Black with #2D3223

Text Example


Text Example

White with #2D3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,50,35); }

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

background-color css

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

 a { background-color: rgb(45,50,35); }

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

border-color css

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

 span { border-color: rgb(45,50,35); }

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