Html Css Color HEX #2B4715 Seaweed

📋 copy color: '#2B4715'

red 43 ◦ green 71 ◦ blue 21

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

Shades of Seaweed #2B4715

Tints of Seaweed #2B4715

RGB

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

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

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

R = 31.85%
G = 52.59%
B = 15.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#2B4715 (or 0x2B4715) is known color: Seaweed. HEX triplet: 2B, 47 and 15. RGB value is (43,71,21). Sum of RGB (Red+Green+Blue) = 43+71+21=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4715 is #D4B8EA. Grayscale: #393939. Windows color (decimal): -13940971 or 1394475. OLE color: 1394475.

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

Color convert

RGB 43 71 21 -
CMYK 0.39 0 0.70 0.72
HSL 93.6º 0.54% 0.18% -
HSV(B) 93.6º 0.7% 0.28% -
XYZ 3.38 5.07 1.51 -
YUV 56.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 43 71 21 0.39 0 0.70 0.72 93.6 0.54 0.18
Hex 2B 47 15 27 0 46 48 5E 36 12
Octal 53 107 25 47 0 106 110 136 66 22
Binary 101011 1000111 10101 100111 0 1000110 1001000 1011110 110110 10010

Color Harmonies of #2B4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4715

Black with #2B4715

Text Example


Text Example

White with #2B4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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