Html Css Color HEX #2C520E Seaweed

📋 copy color: '#2C520E'

red 44 ◦ green 82 ◦ blue 14

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

Shades of Seaweed #2C520E

Tints of Seaweed #2C520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.57%

 BLUE value IS 14 (5.86% from 255) = 10%

R = 31.43%
G = 58.57%
B = 10%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#2C520E (or 0x2C520E) is known color: Seaweed. HEX triplet: 2C, 52 and 0E. RGB value is (44,82,14). Sum of RGB (Red+Green+Blue) = 44+82+14=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520E is #D3ADF1. Grayscale: #3F3F3F. Windows color (decimal): -13872626 or 938540. OLE color: 938540.

HSL color Cylindrical-coordinate representation of color #2C520E: hue angle of 93.53º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C520E is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 14 -
CMYK 0.46 0 0.83 0.68
HSL 93.53º 0.71% 0.19% -
HSV(B) 93.53º 0.83% 0.32% -
XYZ 4.14 6.6 1.47 -
YUV 62.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 44 82 14 0.46 0 0.83 0.68 93.53 0.71 0.19
Hex 2C 52 E 2E 0 53 44 5E 47 13
Octal 54 122 16 56 0 123 104 136 107 23
Binary 101100 1010010 1110 101110 0 1010011 1000100 1011110 1000111 10011

Color Harmonies of #2C520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C520E

Black with #2C520E

Text Example


Text Example

White with #2C520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,14); }

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

background-color css

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

 a { background-color: rgb(44,82,14); }

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

border-color css

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

 span { border-color: rgb(44,82,14); }

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