Html Css Color HEX #2D4B15 Seaweed

📋 copy color: '#2D4B15'

red 45 ◦ green 75 ◦ blue 21

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

Shades of Seaweed #2D4B15

Tints of Seaweed #2D4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 31.91%
G = 53.19%
B = 14.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#2D4B15 (or 0x2D4B15) is known color: Seaweed. HEX triplet: 2D, 4B and 15. RGB value is (45,75,21). Sum of RGB (Red+Green+Blue) = 45+75+21=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B15 is #D2B4EA. Grayscale: #3C3C3C. Windows color (decimal): -13808875 or 1395501. OLE color: 1395501.

HSL color Cylindrical-coordinate representation of color #2D4B15: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D4B15 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 75 21 -
CMYK 0.40 0 0.72 0.71
HSL 93.33º 0.56% 0.19% -
HSV(B) 93.33º 0.72% 0.29% -
XYZ 3.73 5.64 1.6 -
YUV 59.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 45 75 21 0.40 0 0.72 0.71 93.33 0.56 0.19
Hex 2D 4B 15 28 0 48 47 5D 38 13
Octal 55 113 25 50 0 110 107 135 70 23
Binary 101101 1001011 10101 101000 0 1001000 1000111 1011101 111000 10011

Color Harmonies of #2D4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4B15

Black with #2D4B15

Text Example


Text Example

White with #2D4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,75,21); }

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

background-color css

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

 a { background-color: rgb(45,75,21); }

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

border-color css

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

 span { border-color: rgb(45,75,21); }

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