Html Css Color HEX #2D4615 Seaweed

📋 copy color: '#2D4615'

red 45 ◦ green 70 ◦ blue 21

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

Shades of Seaweed #2D4615

Tints of Seaweed #2D4615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.47%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 33.09%
G = 51.47%
B = 15.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#2D4615 (or 0x2D4615) is known color: Seaweed. HEX triplet: 2D, 46 and 15. RGB value is (45,70,21). Sum of RGB (Red+Green+Blue) = 45+70+21=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4615 is #D2B9EA. Grayscale: #393939. Windows color (decimal): -13810155 or 1394221. OLE color: 1394221.

HSL color Cylindrical-coordinate representation of color #2D4615: hue angle of 90.61º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4615 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 70 21 -
CMYK 0.36 0 0.70 0.73
HSL 90.61º 0.54% 0.18% -
HSV(B) 90.61º 0.7% 0.27% -
XYZ 3.41 4.99 1.49 -
YUV 56.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 45 70 21 0.36 0 0.70 0.73 90.61 0.54 0.18
Hex 2D 46 15 24 0 46 49 5B 36 12
Octal 55 106 25 44 0 106 111 133 66 22
Binary 101101 1000110 10101 100100 0 1000110 1001001 1011011 110110 10010

Color Harmonies of #2D4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4615

Black with #2D4615

Text Example


Text Example

White with #2D4615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,70,21); }

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

background-color css

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

 a { background-color: rgb(45,70,21); }

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

border-color css

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

 span { border-color: rgb(45,70,21); }

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