Html Css Color HEX #294B11 Seaweed

📋 copy color: '#294B11'

red 41 ◦ green 75 ◦ blue 17

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

Shades of Seaweed #294B11

Tints of Seaweed #294B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 56.39%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 30.83%
G = 56.39%
B = 12.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#294B11 (or 0x294B11) is known color: Seaweed. HEX triplet: 29, 4B and 11. RGB value is (41,75,17). Sum of RGB (Red+Green+Blue) = 41+75+17=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #294B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B11 is #D6B4EE. Grayscale: #3A3A3A. Windows color (decimal): -14071023 or 1133353. OLE color: 1133353.

HSL color Cylindrical-coordinate representation of color #294B11: hue angle of 95.17º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294B11 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 75 17 -
CMYK 0.45 0 0.77 0.71
HSL 95.17º 0.63% 0.18% -
HSV(B) 95.17º 0.77% 0.29% -
XYZ 3.53 5.54 1.41 -
YUV 58.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 41 75 17 0.45 0 0.77 0.71 95.17 0.63 0.18
Hex 29 4B 11 2D 0 4D 47 5F 3F 12
Octal 51 113 21 55 0 115 107 137 77 22
Binary 101001 1001011 10001 101101 0 1001101 1000111 1011111 111111 10010

Color Harmonies of #294B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B11

Black with #294B11

Text Example


Text Example

White with #294B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,17); }

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

background-color css

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

 a { background-color: rgb(41,75,17); }

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

border-color css

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

 span { border-color: rgb(41,75,17); }

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