Html Css Color HEX #2D471B Seaweed

📋 copy color: '#2D471B'

red 45 ◦ green 71 ◦ blue 27

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

Shades of Seaweed #2D471B

Tints of Seaweed #2D471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 31.47%
G = 49.65%
B = 18.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#2D471B (or 0x2D471B) is known color: Seaweed. HEX triplet: 2D, 47 and 1B. RGB value is (45,71,27). Sum of RGB (Red+Green+Blue) = 45+71+27=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #2D471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D471B is #D2B8E4. Grayscale: #3A3A3A. Windows color (decimal): -13809893 or 1787693. OLE color: 1787693.

HSL color Cylindrical-coordinate representation of color #2D471B: hue angle of 95.45º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D471B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 71 27 -
CMYK 0.37 0 0.62 0.72
HSL 95.45º 0.45% 0.19% -
HSV(B) 95.45º 0.62% 0.28% -
XYZ 3.53 5.14 1.84 -
YUV 58.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 45 71 27 0.37 0 0.62 0.72 95.45 0.45 0.19
Hex 2D 47 1B 25 0 3E 48 5F 2D 13
Octal 55 107 33 45 0 76 110 137 55 23
Binary 101101 1000111 11011 100101 0 111110 1001000 1011111 101101 10011

Color Harmonies of #2D471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D471B

Black with #2D471B

Text Example


Text Example

White with #2D471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,27); }

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

background-color css

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

 a { background-color: rgb(45,71,27); }

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

border-color css

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

 span { border-color: rgb(45,71,27); }

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