Html Css Color HEX #2C4514 Seaweed

📋 copy color: '#2C4514'

red 44 ◦ green 69 ◦ blue 20

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

Shades of Seaweed #2C4514

Tints of Seaweed #2C4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.88%

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 33.08%
G = 51.88%
B = 15.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#2C4514 (or 0x2C4514) is known color: Seaweed. HEX triplet: 2C, 45 and 14. RGB value is (44,69,20). Sum of RGB (Red+Green+Blue) = 44+69+20=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4514 is #D3BAEB. Grayscale: #383838. Windows color (decimal): -13875948 or 1328428. OLE color: 1328428.

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

Color convert

RGB 44 69 20 -
CMYK 0.36 0 0.71 0.73
HSL 90.61º 0.55% 0.17% -
HSV(B) 90.61º 0.71% 0.27% -
XYZ 3.29 4.84 1.42 -
YUV 55.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 44 69 20 0.36 0 0.71 0.73 90.61 0.55 0.17
Hex 2C 45 14 24 0 47 49 5B 37 11
Octal 54 105 24 44 0 107 111 133 67 21
Binary 101100 1000101 10100 100100 0 1000111 1001001 1011011 110111 10001

Color Harmonies of #2C4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4514

Black with #2C4514

Text Example


Text Example

White with #2C4514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,69,20); }

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

background-color css

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

 a { background-color: rgb(44,69,20); }

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

border-color css

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

 span { border-color: rgb(44,69,20); }

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