Html Css Color HEX #2B4815 Seaweed

📋 copy color: '#2B4815'

red 43 ◦ green 72 ◦ blue 21

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

Shades of Seaweed #2B4815

Tints of Seaweed #2B4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 31.62%
G = 52.94%
B = 15.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#2B4815 (or 0x2B4815) is known color: Seaweed. HEX triplet: 2B, 48 and 15. RGB value is (43,72,21). Sum of RGB (Red+Green+Blue) = 43+72+21=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4815 is #D4B7EA. Grayscale: #393939. Windows color (decimal): -13940715 or 1394731. OLE color: 1394731.

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

Color convert

RGB 43 72 21 -
CMYK 0.40 0 0.71 0.72
HSL 94.12º 0.55% 0.18% -
HSV(B) 94.12º 0.71% 0.28% -
XYZ 3.45 5.2 1.53 -
YUV 57.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 43 72 21 0.40 0 0.71 0.72 94.12 0.55 0.18
Hex 2B 48 15 28 0 47 48 5E 37 12
Octal 53 110 25 50 0 107 110 136 67 22
Binary 101011 1001000 10101 101000 0 1000111 1001000 1011110 110111 10010

Color Harmonies of #2B4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4815

Black with #2B4815

Text Example


Text Example

White with #2B4815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,21); }

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

background-color css

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

 a { background-color: rgb(43,72,21); }

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

border-color css

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

 span { border-color: rgb(43,72,21); }

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