Html Css Color HEX #2D4713 Seaweed

📋 copy color: '#2D4713'

red 45 ◦ green 71 ◦ blue 19

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

Shades of Seaweed #2D4713

Tints of Seaweed #2D4713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 33.33%
G = 52.59%
B = 14.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#2D4713 (or 0x2D4713) is known color: Seaweed. HEX triplet: 2D, 47 and 13. RGB value is (45,71,19). Sum of RGB (Red+Green+Blue) = 45+71+19=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4713 is #D2B8EC. Grayscale: #393939. Windows color (decimal): -13809901 or 1263405. OLE color: 1263405.

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

Color convert

RGB 45 71 19 -
CMYK 0.37 0 0.73 0.72
HSL 90º 0.58% 0.18% -
HSV(B) 90º 0.73% 0.28% -
XYZ 3.45 5.11 1.42 -
YUV 57.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 45 71 19 0.37 0 0.73 0.72 90 0.58 0.18
Hex 2D 47 13 25 0 49 48 5A 3A 12
Octal 55 107 23 45 0 111 110 132 72 22
Binary 101101 1000111 10011 100101 0 1001001 1001000 1011010 111010 10010

Color Harmonies of #2D4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4713

Black with #2D4713

Text Example


Text Example

White with #2D4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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