Html Css Color HEX #2D530D Seaweed

📋 copy color: '#2D530D'

red 45 ◦ green 83 ◦ blue 13

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

Shades of Seaweed #2D530D

Tints of Seaweed #2D530D

RGB

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

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

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

R = 31.91%
G = 58.87%
B = 9.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#2D530D (or 0x2D530D) is known color: Seaweed. HEX triplet: 2D, 53 and 0D. RGB value is (45,83,13). Sum of RGB (Red+Green+Blue) = 45+83+13=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #2D530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D530D is #D2ACF2. Grayscale: #3F3F3F. Windows color (decimal): -13806835 or 873261. OLE color: 873261.

HSL color Cylindrical-coordinate representation of color #2D530D: hue angle of 92.57º 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 #2D530D is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 83 13 -
CMYK 0.46 0 0.84 0.67
HSL 92.57º 0.73% 0.19% -
HSV(B) 92.57º 0.84% 0.33% -
XYZ 4.25 6.77 1.46 -
YUV 63.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 45 83 13 0.46 0 0.84 0.67 92.57 0.73 0.19
Hex 2D 53 D 2E 0 54 43 5D 49 13
Octal 55 123 15 56 0 124 103 135 111 23
Binary 101101 1010011 1101 101110 0 1010100 1000011 1011101 1001001 10011

Color Harmonies of #2D530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D530D

Black with #2D530D

Text Example


Text Example

White with #2D530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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