Html Css Color HEX #2D5B09 Seaweed

📋 copy color: '#2D5B09'

red 45 ◦ green 91 ◦ blue 9

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

Shades of Seaweed #2D5B09

Tints of Seaweed #2D5B09

RGB

 RED value IS 45 (17.97% from 255) = 31.03%

 GREEN value IS 91 (35.94% from 255) = 62.76%

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

R = 31.03%
G = 62.76%
B = 6.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#2D5B09 (or 0x2D5B09) is known color: Seaweed. HEX triplet: 2D, 5B and 09. RGB value is (45,91,9). Sum of RGB (Red+Green+Blue) = 45+91+9=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5B09 is #D2A4F6. Grayscale: #444444. Windows color (decimal): -13804791 or 613165. OLE color: 613165.

HSL color Cylindrical-coordinate representation of color #2D5B09: hue angle of 93.66º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D5B09 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 91 9 -
CMYK 0.51 0 0.90 0.64
HSL 93.66º 0.82% 0.2% -
HSV(B) 93.66º 0.9% 0.36% -
XYZ 4.87 8.06 1.56 -
YUV 67.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 45 91 9 0.51 0 0.90 0.64 93.66 0.82 0.2
Hex 2D 5B 9 33 0 5A 40 5E 52 14
Octal 55 133 11 63 0 132 100 136 122 24
Binary 101101 1011011 1001 110011 0 1011010 1000000 1011110 1010010 10100

Color Harmonies of #2D5B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B09

Black with #2D5B09

Text Example


Text Example

White with #2D5B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,9); }

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

background-color css

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

 a { background-color: rgb(45,91,9); }

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

border-color css

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

 span { border-color: rgb(45,91,9); }

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