Html Css Color HEX #2F5311 Seaweed

📋 copy color: '#2F5311'

red 47 ◦ green 83 ◦ blue 17

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

Shades of Seaweed #2F5311

Tints of Seaweed #2F5311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 31.97%
G = 56.46%
B = 11.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#2F5311 (or 0x2F5311) is known color: Seaweed. HEX triplet: 2F, 53 and 11. RGB value is (47,83,17). Sum of RGB (Red+Green+Blue) = 47+83+17=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5311 is #D0ACEE. Grayscale: #404040. Windows color (decimal): -13675759 or 1135407. OLE color: 1135407.

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

Color convert

RGB 47 83 17 -
CMYK 0.43 0 0.80 0.67
HSL 92.73º 0.66% 0.2% -
HSV(B) 92.73º 0.8% 0.33% -
XYZ 4.37 6.83 1.62 -
YUV 64.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 47 83 17 0.43 0 0.80 0.67 92.73 0.66 0.2
Hex 2F 53 11 2B 0 50 43 5D 42 14
Octal 57 123 21 53 0 120 103 135 102 24
Binary 101111 1010011 10001 101011 0 1010000 1000011 1011101 1000010 10100

Color Harmonies of #2F5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5311

Black with #2F5311

Text Example


Text Example

White with #2F5311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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