Html Css Color HEX #2B4814 Seaweed

📋 copy color: '#2B4814'

red 43 ◦ green 72 ◦ blue 20

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

Shades of Seaweed #2B4814

Tints of Seaweed #2B4814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 31.85%
G = 53.33%
B = 14.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#2B4814 (or 0x2B4814) is known color: Seaweed. HEX triplet: 2B, 48 and 14. RGB value is (43,72,20). Sum of RGB (Red+Green+Blue) = 43+72+20=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4814 is #D4B7EB. Grayscale: #393939. Windows color (decimal): -13940716 or 1329195. OLE color: 1329195.

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

Color convert

RGB 43 72 20 -
CMYK 0.40 0 0.72 0.72
HSL 93.46º 0.57% 0.18% -
HSV(B) 93.46º 0.72% 0.28% -
XYZ 3.44 5.2 1.48 -
YUV 57.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 43 72 20 0.40 0 0.72 0.72 93.46 0.57 0.18
Hex 2B 48 14 28 0 48 48 5D 39 12
Octal 53 110 24 50 0 110 110 135 71 22
Binary 101011 1001000 10100 101000 0 1001000 1001000 1011101 111001 10010

Color Harmonies of #2B4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4814

Black with #2B4814

Text Example


Text Example

White with #2B4814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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