Html Css Color HEX #2B530D Seaweed

📋 copy color: '#2B530D'

red 43 ◦ green 83 ◦ blue 13

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

Shades of Seaweed #2B530D

Tints of Seaweed #2B530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 59.71%

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 30.94%
G = 59.71%
B = 9.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#2B530D (or 0x2B530D) is known color: Seaweed. HEX triplet: 2B, 53 and 0D. RGB value is (43,83,13). Sum of RGB (Red+Green+Blue) = 43+83+13=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #2B530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B530D is #D4ACF2. Grayscale: #3F3F3F. Windows color (decimal): -13937907 or 873259. OLE color: 873259.

HSL color Cylindrical-coordinate representation of color #2B530D: hue angle of 94.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B530D is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 83 13 -
CMYK 0.48 0 0.84 0.67
HSL 94.29º 0.73% 0.19% -
HSV(B) 94.29º 0.84% 0.33% -
XYZ 4.16 6.73 1.46 -
YUV 63.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 43 83 13 0.48 0 0.84 0.67 94.29 0.73 0.19
Hex 2B 53 D 30 0 54 43 5E 49 13
Octal 53 123 15 60 0 124 103 136 111 23
Binary 101011 1010011 1101 110000 0 1010100 1000011 1011110 1001001 10011

Color Harmonies of #2B530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B530D

Black with #2B530D

Text Example


Text Example

White with #2B530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,13); }

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

background-color css

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

 a { background-color: rgb(43,83,13); }

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

border-color css

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

 span { border-color: rgb(43,83,13); }

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