Html Css Color HEX #2C590A Seaweed

📋 copy color: '#2C590A'

red 44 ◦ green 89 ◦ blue 10

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

Shades of Seaweed #2C590A

Tints of Seaweed #2C590A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.24%

 BLUE value IS 10 (4.3% from 255) = 6.99%

R = 30.77%
G = 62.24%
B = 6.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#2C590A (or 0x2C590A) is known color: Seaweed. HEX triplet: 2C, 59 and 0A. RGB value is (44,89,10). Sum of RGB (Red+Green+Blue) = 44+89+10=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #2C590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C590A is #D3A6F5. Grayscale: #424242. Windows color (decimal): -13870838 or 678188. OLE color: 678188.

HSL color Cylindrical-coordinate representation of color #2C590A: hue angle of 94.18º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C590A is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 10 -
CMYK 0.51 0 0.89 0.65
HSL 94.18º 0.8% 0.19% -
HSV(B) 94.18º 0.89% 0.35% -
XYZ 4.67 7.7 1.53 -
YUV 66.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 44 89 10 0.51 0 0.89 0.65 94.18 0.8 0.19
Hex 2C 59 A 33 0 59 41 5E 50 13
Octal 54 131 12 63 0 131 101 136 120 23
Binary 101100 1011001 1010 110011 0 1011001 1000001 1011110 1010000 10011

Color Harmonies of #2C590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C590A

Black with #2C590A

Text Example


Text Example

White with #2C590A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,10); }

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

background-color css

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

 a { background-color: rgb(44,89,10); }

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

border-color css

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

 span { border-color: rgb(44,89,10); }

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