Html Css Color HEX #2C5012 Seaweed

📋 copy color: '#2C5012'

red 44 ◦ green 80 ◦ blue 18

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

Shades of Seaweed #2C5012

Tints of Seaweed #2C5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.34%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 30.99%
G = 56.34%
B = 12.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#2C5012 (or 0x2C5012) is known color: Seaweed. HEX triplet: 2C, 50 and 12. RGB value is (44,80,18). Sum of RGB (Red+Green+Blue) = 44+80+18=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5012 is #D3AFED. Grayscale: #3E3E3E. Windows color (decimal): -13873134 or 1200172. OLE color: 1200172.

HSL color Cylindrical-coordinate representation of color #2C5012: hue angle of 94.84º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5012 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 18 -
CMYK 0.45 0 0.78 0.69
HSL 94.84º 0.63% 0.19% -
HSV(B) 94.84º 0.78% 0.31% -
XYZ 4.02 6.32 1.58 -
YUV 62.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 44 80 18 0.45 0 0.78 0.69 94.84 0.63 0.19
Hex 2C 50 12 2D 0 4E 45 5F 3F 13
Octal 54 120 22 55 0 116 105 137 77 23
Binary 101100 1010000 10010 101101 0 1001110 1000101 1011111 111111 10011

Color Harmonies of #2C5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5012

Black with #2C5012

Text Example


Text Example

White with #2C5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,18); }

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

background-color css

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

 a { background-color: rgb(44,80,18); }

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

border-color css

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

 span { border-color: rgb(44,80,18); }

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