Html Css Color HEX #2A4710 Seaweed

📋 copy color: '#2A4710'

red 42 ◦ green 71 ◦ blue 16

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

Shades of Seaweed #2A4710

Tints of Seaweed #2A4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 32.56%
G = 55.04%
B = 12.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#2A4710 (or 0x2A4710) is known color: Seaweed. HEX triplet: 2A, 47 and 10. RGB value is (42,71,16). Sum of RGB (Red+Green+Blue) = 42+71+16=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4710 is #D5B8EF. Grayscale: #383838. Windows color (decimal): -14006512 or 1066794. OLE color: 1066794.

HSL color Cylindrical-coordinate representation of color #2A4710: hue angle of 91.64º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4710 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 71 16 -
CMYK 0.41 0 0.77 0.72
HSL 91.64º 0.63% 0.17% -
HSV(B) 91.64º 0.77% 0.28% -
XYZ 3.3 5.04 1.29 -
YUV 56.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 42 71 16 0.41 0 0.77 0.72 91.64 0.63 0.17
Hex 2A 47 10 29 0 4D 48 5C 3F 11
Octal 52 107 20 51 0 115 110 134 77 21
Binary 101010 1000111 10000 101001 0 1001101 1001000 1011100 111111 10001

Color Harmonies of #2A4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4710

Black with #2A4710

Text Example


Text Example

White with #2A4710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,16); }

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

background-color css

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

 a { background-color: rgb(42,71,16); }

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

border-color css

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

 span { border-color: rgb(42,71,16); }

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