Html Css Color HEX #2D4D14 Seaweed

📋 copy color: '#2D4D14'

red 45 ◦ green 77 ◦ blue 20

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

Shades of Seaweed #2D4D14

Tints of Seaweed #2D4D14

RGB

 RED value IS 45 (17.97% from 255) = 31.69%

 GREEN value IS 77 (30.47% from 255) = 54.23%

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

R = 31.69%
G = 54.23%
B = 14.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#2D4D14 (or 0x2D4D14) is known color: Seaweed. HEX triplet: 2D, 4D and 14. RGB value is (45,77,20). Sum of RGB (Red+Green+Blue) = 45+77+20=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #2D4D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4D14 is #D2B2EB. Grayscale: #3D3D3D. Windows color (decimal): -13808364 or 1330477. OLE color: 1330477.

HSL color Cylindrical-coordinate representation of color #2D4D14: hue angle of 93.68º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4D14 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 77 20 -
CMYK 0.42 0 0.74 0.70
HSL 93.68º 0.59% 0.19% -
HSV(B) 93.68º 0.74% 0.3% -
XYZ 3.86 5.92 1.6 -
YUV 60.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 45 77 20 0.42 0 0.74 0.70 93.68 0.59 0.19
Hex 2D 4D 14 2A 0 4A 46 5E 3B 13
Octal 55 115 24 52 0 112 106 136 73 23
Binary 101101 1001101 10100 101010 0 1001010 1000110 1011110 111011 10011

Color Harmonies of #2D4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4D14

Black with #2D4D14

Text Example


Text Example

White with #2D4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,77,20); }

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

background-color css

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

 a { background-color: rgb(45,77,20); }

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

border-color css

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

 span { border-color: rgb(45,77,20); }

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