Html Css Color HEX #2A4611 Seaweed

📋 copy color: '#2A4611'

red 42 ◦ green 70 ◦ blue 17

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

Shades of Seaweed #2A4611

Tints of Seaweed #2A4611

RGB

 RED value IS 42 (16.8% from 255) = 32.56%

 GREEN value IS 70 (27.73% from 255) = 54.26%

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

R = 32.56%
G = 54.26%
B = 13.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#2A4611 (or 0x2A4611) is known color: Seaweed. HEX triplet: 2A, 46 and 11. RGB value is (42,70,17). Sum of RGB (Red+Green+Blue) = 42+70+17=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4611 is #D5B9EE. Grayscale: #373737. Windows color (decimal): -14006767 or 1132074. OLE color: 1132074.

HSL color Cylindrical-coordinate representation of color #2A4611: hue angle of 91.7º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A4611 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 70 17 -
CMYK 0.40 0 0.76 0.73
HSL 91.7º 0.61% 0.17% -
HSV(B) 91.7º 0.76% 0.27% -
XYZ 3.25 4.91 1.31 -
YUV 55.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 42 70 17 0.40 0 0.76 0.73 91.7 0.61 0.17
Hex 2A 46 11 28 0 4C 49 5C 3D 11
Octal 52 106 21 50 0 114 111 134 75 21
Binary 101010 1000110 10001 101000 0 1001100 1001001 1011100 111101 10001

Color Harmonies of #2A4611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4611

Black with #2A4611

Text Example


Text Example

White with #2A4611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,70,17); }

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

background-color css

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

 a { background-color: rgb(42,70,17); }

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

border-color css

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

 span { border-color: rgb(42,70,17); }

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