Html Css Color HEX #2D4219 Seaweed

📋 copy color: '#2D4219'

red 45 ◦ green 66 ◦ blue 25

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

Shades of Seaweed #2D4219

Tints of Seaweed #2D4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.53%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 33.09%
G = 48.53%
B = 18.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#2D4219 (or 0x2D4219) is known color: Seaweed. HEX triplet: 2D, 42 and 19. RGB value is (45,66,25). Sum of RGB (Red+Green+Blue) = 45+66+25=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4219 is #D2BDE6. Grayscale: #373737. Windows color (decimal): -13811175 or 1655341. OLE color: 1655341.

HSL color Cylindrical-coordinate representation of color #2D4219: hue angle of 90.73º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4219 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 25 -
CMYK 0.32 0 0.62 0.74
HSL 90.73º 0.45% 0.18% -
HSV(B) 90.73º 0.62% 0.26% -
XYZ 3.21 4.52 1.62 -
YUV 55.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 45 66 25 0.32 0 0.62 0.74 90.73 0.45 0.18
Hex 2D 42 19 20 0 3E 4A 5B 2D 12
Octal 55 102 31 40 0 76 112 133 55 22
Binary 101101 1000010 11001 100000 0 111110 1001010 1011011 101101 10010

Color Harmonies of #2D4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4219

Black with #2D4219

Text Example


Text Example

White with #2D4219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,66,25); }

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

background-color css

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

 a { background-color: rgb(45,66,25); }

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

border-color css

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

 span { border-color: rgb(45,66,25); }

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