Html Css Color HEX #2B4713 Seaweed

📋 copy color: '#2B4713'

red 43 ◦ green 71 ◦ blue 19

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

Shades of Seaweed #2B4713

Tints of Seaweed #2B4713

RGB

 RED value IS 43 (17.19% from 255) = 32.33%

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

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

R = 32.33%
G = 53.38%
B = 14.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#2B4713 (or 0x2B4713) is known color: Seaweed. HEX triplet: 2B, 47 and 13. RGB value is (43,71,19). Sum of RGB (Red+Green+Blue) = 43+71+19=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4713 is #D4B8EC. Grayscale: #383838. Windows color (decimal): -13940973 or 1263403. OLE color: 1263403.

HSL color Cylindrical-coordinate representation of color #2B4713: hue angle of 92.31º 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 #2B4713 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 19 -
CMYK 0.39 0 0.73 0.72
HSL 92.31º 0.58% 0.18% -
HSV(B) 92.31º 0.73% 0.28% -
XYZ 3.37 5.07 1.42 -
YUV 56.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 43 71 19 0.39 0 0.73 0.72 92.31 0.58 0.18
Hex 2B 47 13 27 0 49 48 5C 3A 12
Octal 53 107 23 47 0 111 110 134 72 22
Binary 101011 1000111 10011 100111 0 1001001 1001000 1011100 111010 10010

Color Harmonies of #2B4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4713

Black with #2B4713

Text Example


Text Example

White with #2B4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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