Html Css Color HEX #2D4715 Seaweed

📋 copy color: '#2D4715'

red 45 ◦ green 71 ◦ blue 21

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

Shades of Seaweed #2D4715

Tints of Seaweed #2D4715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 32.85%
G = 51.82%
B = 15.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#2D4715 (or 0x2D4715) is known color: Seaweed. HEX triplet: 2D, 47 and 15. RGB value is (45,71,21). Sum of RGB (Red+Green+Blue) = 45+71+21=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4715 is #D2B8EA. Grayscale: #393939. Windows color (decimal): -13809899 or 1394477. OLE color: 1394477.

HSL color Cylindrical-coordinate representation of color #2D4715: hue angle of 91.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4715 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 71 21 -
CMYK 0.37 0 0.70 0.72
HSL 91.2º 0.54% 0.18% -
HSV(B) 91.2º 0.7% 0.28% -
XYZ 3.47 5.12 1.51 -
YUV 57.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 45 71 21 0.37 0 0.70 0.72 91.2 0.54 0.18
Hex 2D 47 15 25 0 46 48 5B 36 12
Octal 55 107 25 45 0 106 110 133 66 22
Binary 101101 1000111 10101 100101 0 1000110 1001000 1011011 110110 10010

Color Harmonies of #2D4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4715

Black with #2D4715

Text Example


Text Example

White with #2D4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,21); }

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

background-color css

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

 a { background-color: rgb(45,71,21); }

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

border-color css

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

 span { border-color: rgb(45,71,21); }

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