Html Css Color HEX #2F5213 Seaweed

📋 copy color: '#2F5213'

red 47 ◦ green 82 ◦ blue 19

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

Shades of Seaweed #2F5213

Tints of Seaweed #2F5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.41%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 31.76%
G = 55.41%
B = 12.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#2F5213 (or 0x2F5213) is known color: Seaweed. HEX triplet: 2F, 52 and 13. RGB value is (47,82,19). Sum of RGB (Red+Green+Blue) = 47+82+19=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5213 is #D0ADEC. Grayscale: #404040. Windows color (decimal): -13676013 or 1266223. OLE color: 1266223.

HSL color Cylindrical-coordinate representation of color #2F5213: hue angle of 93.33º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5213 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 19 -
CMYK 0.43 0 0.77 0.68
HSL 93.33º 0.62% 0.2% -
HSV(B) 93.33º 0.77% 0.32% -
XYZ 4.31 6.69 1.68 -
YUV 64.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 47 82 19 0.43 0 0.77 0.68 93.33 0.62 0.2
Hex 2F 52 13 2B 0 4D 44 5D 3E 14
Octal 57 122 23 53 0 115 104 135 76 24
Binary 101111 1010010 10011 101011 0 1001101 1000100 1011101 111110 10100

Color Harmonies of #2F5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5213

Black with #2F5213

Text Example


Text Example

White with #2F5213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,19); }

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

background-color css

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

 a { background-color: rgb(47,82,19); }

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

border-color css

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

 span { border-color: rgb(47,82,19); }

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