Html Css Color HEX #2C4815 Seaweed

📋 copy color: '#2C4815'

red 44 ◦ green 72 ◦ blue 21

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

Shades of Seaweed #2C4815

Tints of Seaweed #2C4815

RGB

 RED value IS 44 (17.58% from 255) = 32.12%

 GREEN value IS 72 (28.52% from 255) = 52.55%

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

R = 32.12%
G = 52.55%
B = 15.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#2C4815 (or 0x2C4815) is known color: Seaweed. HEX triplet: 2C, 48 and 15. RGB value is (44,72,21). Sum of RGB (Red+Green+Blue) = 44+72+21=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4815 is #D3B7EA. Grayscale: #393939. Windows color (decimal): -13875179 or 1394732. OLE color: 1394732.

HSL color Cylindrical-coordinate representation of color #2C4815: hue angle of 92.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4815 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 21 -
CMYK 0.39 0 0.71 0.72
HSL 92.94º 0.55% 0.18% -
HSV(B) 92.94º 0.71% 0.28% -
XYZ 3.49 5.22 1.53 -
YUV 57.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 44 72 21 0.39 0 0.71 0.72 92.94 0.55 0.18
Hex 2C 48 15 27 0 47 48 5D 37 12
Octal 54 110 25 47 0 107 110 135 67 22
Binary 101100 1001000 10101 100111 0 1000111 1001000 1011101 110111 10010

Color Harmonies of #2C4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4815

Black with #2C4815

Text Example


Text Example

White with #2C4815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,72,21); }

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

background-color css

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

 a { background-color: rgb(44,72,21); }

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

border-color css

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

 span { border-color: rgb(44,72,21); }

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