Html Css Color HEX #2C520D Seaweed

📋 copy color: '#2C520D'

red 44 ◦ green 82 ◦ blue 13

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

Shades of Seaweed #2C520D

Tints of Seaweed #2C520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 31.65%
G = 58.99%
B = 9.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#2C520D (or 0x2C520D) is known color: Seaweed. HEX triplet: 2C, 52 and 0D. RGB value is (44,82,13). Sum of RGB (Red+Green+Blue) = 44+82+13=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520D is #D3ADF2. Grayscale: #3F3F3F. Windows color (decimal): -13872627 or 873004. OLE color: 873004.

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

Color convert

RGB 44 82 13 -
CMYK 0.46 0 0.84 0.68
HSL 93.04º 0.73% 0.19% -
HSV(B) 93.04º 0.84% 0.32% -
XYZ 4.13 6.6 1.44 -
YUV 62.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 44 82 13 0.46 0 0.84 0.68 93.04 0.73 0.19
Hex 2C 52 D 2E 0 54 44 5D 49 13
Octal 54 122 15 56 0 124 104 135 111 23
Binary 101100 1010010 1101 101110 0 1010100 1000100 1011101 1001001 10011

Color Harmonies of #2C520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C520D

Black with #2C520D

Text Example


Text Example

White with #2C520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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