Html Css Color HEX #294E0D Seaweed

📋 copy color: '#294E0D'

red 41 ◦ green 78 ◦ blue 13

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

Shades of Seaweed #294E0D

Tints of Seaweed #294E0D

RGB

 RED value IS 41 (16.41% from 255) = 31.06%

 GREEN value IS 78 (30.86% from 255) = 59.09%

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

R = 31.06%
G = 59.09%
B = 9.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#294E0D (or 0x294E0D) is known color: Seaweed. HEX triplet: 29, 4E and 0D. RGB value is (41,78,13). Sum of RGB (Red+Green+Blue) = 41+78+13=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #294E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294E0D is #D6B1F2. Grayscale: #3B3B3B. Windows color (decimal): -14070259 or 871977. OLE color: 871977.

HSL color Cylindrical-coordinate representation of color #294E0D: hue angle of 94.15º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294E0D is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 78 13 -
CMYK 0.47 0 0.83 0.69
HSL 94.15º 0.71% 0.18% -
HSV(B) 94.15º 0.83% 0.31% -
XYZ 3.71 5.95 1.33 -
YUV 59.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 41 78 13 0.47 0 0.83 0.69 94.15 0.71 0.18
Hex 29 4E D 2F 0 53 45 5E 47 12
Octal 51 116 15 57 0 123 105 136 107 22
Binary 101001 1001110 1101 101111 0 1010011 1000101 1011110 1000111 10010

Color Harmonies of #294E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E0D

Black with #294E0D

Text Example


Text Example

White with #294E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294E0D; }

 p { color: rgb(41,78,13); }

 H1.HeaderClassName
 {
   color: #294E0D;
 }
 .AnyTagClassName
 {
   color: #294E0D;
 }
</style>

background-color css

<style>
 a { background-color: #294E0D; }

 a { background-color: rgb(41,78,13); }

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

border-color css

<style>
 span { border-color: #294E0D; }

 span { border-color: rgb(41,78,13); }

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