Html Css Color HEX #2C4715 Seaweed

📋 copy color: '#2C4715'

red 44 ◦ green 71 ◦ blue 21

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

Shades of Seaweed #2C4715

Tints of Seaweed #2C4715

RGB

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

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

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

R = 32.35%
G = 52.21%
B = 15.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#2C4715 (or 0x2C4715) is known color: Seaweed. HEX triplet: 2C, 47 and 15. RGB value is (44,71,21). Sum of RGB (Red+Green+Blue) = 44+71+21=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4715 is #D3B8EA. Grayscale: #393939. Windows color (decimal): -13875435 or 1394476. OLE color: 1394476.

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

Color convert

RGB 44 71 21 -
CMYK 0.38 0 0.70 0.72
HSL 92.4º 0.54% 0.18% -
HSV(B) 92.4º 0.7% 0.28% -
XYZ 3.43 5.1 1.51 -
YUV 57.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 44 71 21 0.38 0 0.70 0.72 92.4 0.54 0.18
Hex 2C 47 15 26 0 46 48 5C 36 12
Octal 54 107 25 46 0 106 110 134 66 22
Binary 101100 1000111 10101 100110 0 1000110 1001000 1011100 110110 10010

Color Harmonies of #2C4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4715

Black with #2C4715

Text Example


Text Example

White with #2C4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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