Html Css Color HEX #2A4914 Seaweed

📋 copy color: '#2A4914'

red 42 ◦ green 73 ◦ blue 20

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

Shades of Seaweed #2A4914

Tints of Seaweed #2A4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 31.11%
G = 54.07%
B = 14.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#2A4914 (or 0x2A4914) is known color: Seaweed. HEX triplet: 2A, 49 and 14. RGB value is (42,73,20). Sum of RGB (Red+Green+Blue) = 42+73+20=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4914 is #D5B6EB. Grayscale: #393939. Windows color (decimal): -14005996 or 1329450. OLE color: 1329450.

HSL color Cylindrical-coordinate representation of color #2A4914: hue angle of 95.09º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4914 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 73 20 -
CMYK 0.42 0 0.73 0.71
HSL 95.09º 0.57% 0.18% -
HSV(B) 95.09º 0.73% 0.29% -
XYZ 3.46 5.31 1.5 -
YUV 57.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 42 73 20 0.42 0 0.73 0.71 95.09 0.57 0.18
Hex 2A 49 14 2A 0 49 47 5F 39 12
Octal 52 111 24 52 0 111 107 137 71 22
Binary 101010 1001001 10100 101010 0 1001001 1000111 1011111 111001 10010

Color Harmonies of #2A4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4914

Black with #2A4914

Text Example


Text Example

White with #2A4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,73,20); }

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

background-color css

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

 a { background-color: rgb(42,73,20); }

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

border-color css

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

 span { border-color: rgb(42,73,20); }

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