Html Css Color HEX #2B5609 Seaweed

📋 copy color: '#2B5609'

red 43 ◦ green 86 ◦ blue 9

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

Shades of Seaweed #2B5609

Tints of Seaweed #2B5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 62.32%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 31.16%
G = 62.32%
B = 6.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#2B5609 (or 0x2B5609) is known color: Seaweed. HEX triplet: 2B, 56 and 09. RGB value is (43,86,9). Sum of RGB (Red+Green+Blue) = 43+86+9=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5609 is #D4A9F6. Grayscale: #404040. Windows color (decimal): -13937143 or 611883. OLE color: 611883.

HSL color Cylindrical-coordinate representation of color #2B5609: hue angle of 93.51º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B5609 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 86 9 -
CMYK 0.50 0 0.90 0.66
HSL 93.51º 0.81% 0.19% -
HSV(B) 93.51º 0.9% 0.34% -
XYZ 4.37 7.19 1.42 -
YUV 64.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 43 86 9 0.50 0 0.90 0.66 93.51 0.81 0.19
Hex 2B 56 9 32 0 5A 42 5E 51 13
Octal 53 126 11 62 0 132 102 136 121 23
Binary 101011 1010110 1001 110010 0 1011010 1000010 1011110 1010001 10011

Color Harmonies of #2B5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5609

Black with #2B5609

Text Example


Text Example

White with #2B5609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,9); }

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

background-color css

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

 a { background-color: rgb(43,86,9); }

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

border-color css

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

 span { border-color: rgb(43,86,9); }

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