Html Css Color HEX #2C530E Seaweed

📋 copy color: '#2C530E'

red 44 ◦ green 83 ◦ blue 14

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

Shades of Seaweed #2C530E

Tints of Seaweed #2C530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.87%

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

R = 31.21%
G = 58.87%
B = 9.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#2C530E (or 0x2C530E) is known color: Seaweed. HEX triplet: 2C, 53 and 0E. RGB value is (44,83,14). Sum of RGB (Red+Green+Blue) = 44+83+14=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #2C530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C530E is #D3ACF1. Grayscale: #3F3F3F. Windows color (decimal): -13872370 or 938796. OLE color: 938796.

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

Color convert

RGB 44 83 14 -
CMYK 0.47 0 0.83 0.67
HSL 93.91º 0.71% 0.19% -
HSV(B) 93.91º 0.83% 0.33% -
XYZ 4.21 6.75 1.5 -
YUV 63.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 44 83 14 0.47 0 0.83 0.67 93.91 0.71 0.19
Hex 2C 53 E 2F 0 53 43 5E 47 13
Octal 54 123 16 57 0 123 103 136 107 23
Binary 101100 1010011 1110 101111 0 1010011 1000011 1011110 1000111 10011

Color Harmonies of #2C530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C530E

Black with #2C530E

Text Example


Text Example

White with #2C530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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