Html Css Color HEX #2D331C Rangoon Green

📋 copy color: '#2D331C'

red 45 ◦ green 51 ◦ blue 28

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

Shades of Rangoon Green #2D331C

Tints of Rangoon Green #2D331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 36.29%
G = 41.13%
B = 22.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#2D331C (or 0x2D331C) is known color: Rangoon Green. HEX triplet: 2D, 33 and 1C. RGB value is (45,51,28). Sum of RGB (Red+Green+Blue) = 45+51+28=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #2D331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D331C is #D2CCE3. Grayscale: #2E2E2E. Windows color (decimal): -13815012 or 1848109. OLE color: 1848109.

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

Color convert

RGB 45 51 28 -
CMYK 0.12 0 0.45 0.8
HSL 75.65º 0.29% 0.15% -
HSV(B) 75.65º 0.45% 0.2% -
XYZ 2.48 3.01 1.55 -
YUV 46.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 45 51 28 0.12 0 0.45 0.8 75.65 0.29 0.15
Hex 2D 33 1C C 0 2D 50 4C 1D F
Octal 55 63 34 14 0 55 120 114 35 17
Binary 101101 110011 11100 1100 0 101101 1010000 1001100 11101 1111

Color Harmonies of #2D331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D331C

Black with #2D331C

Text Example


Text Example

White with #2D331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,51,28); }

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

background-color css

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

 a { background-color: rgb(45,51,28); }

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

border-color css

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

 span { border-color: rgb(45,51,28); }

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