Html Css Color HEX #2F5315 Seaweed

📋 copy color: '#2F5315'

red 47 ◦ green 83 ◦ blue 21

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

Shades of Seaweed #2F5315

Tints of Seaweed #2F5315

RGB

 RED value IS 47 (18.75% from 255) = 31.13%

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

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

R = 31.13%
G = 54.97%
B = 13.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#2F5315 (or 0x2F5315) is known color: Seaweed. HEX triplet: 2F, 53 and 15. RGB value is (47,83,21). Sum of RGB (Red+Green+Blue) = 47+83+21=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5315 is #D0ACEA. Grayscale: #414141. Windows color (decimal): -13675755 or 1397551. OLE color: 1397551.

HSL color Cylindrical-coordinate representation of color #2F5315: hue angle of 94.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F5315 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 83 21 -
CMYK 0.43 0 0.75 0.67
HSL 94.84º 0.6% 0.2% -
HSV(B) 94.84º 0.75% 0.33% -
XYZ 4.4 6.84 1.8 -
YUV 65.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 47 83 21 0.43 0 0.75 0.67 94.84 0.6 0.2
Hex 2F 53 15 2B 0 4B 43 5F 3C 14
Octal 57 123 25 53 0 113 103 137 74 24
Binary 101111 1010011 10101 101011 0 1001011 1000011 1011111 111100 10100

Color Harmonies of #2F5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5315

Black with #2F5315

Text Example


Text Example

White with #2F5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,21); }

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

background-color css

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

 a { background-color: rgb(47,83,21); }

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

border-color css

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

 span { border-color: rgb(47,83,21); }

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