Html Css Color HEX #2F5312 Seaweed

📋 copy color: '#2F5312'

red 47 ◦ green 83 ◦ blue 18

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

Shades of Seaweed #2F5312

Tints of Seaweed #2F5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 31.76%
G = 56.08%
B = 12.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#2F5312 (or 0x2F5312) is known color: Seaweed. HEX triplet: 2F, 53 and 12. RGB value is (47,83,18). Sum of RGB (Red+Green+Blue) = 47+83+18=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5312 is #D0ACED. Grayscale: #414141. Windows color (decimal): -13675758 or 1200943. OLE color: 1200943.

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

Color convert

RGB 47 83 18 -
CMYK 0.43 0 0.78 0.67
HSL 93.23º 0.64% 0.2% -
HSV(B) 93.23º 0.78% 0.33% -
XYZ 4.37 6.83 1.66 -
YUV 64.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 47 83 18 0.43 0 0.78 0.67 93.23 0.64 0.2
Hex 2F 53 12 2B 0 4E 43 5D 40 14
Octal 57 123 22 53 0 116 103 135 100 24
Binary 101111 1010011 10010 101011 0 1001110 1000011 1011101 1000000 10100

Color Harmonies of #2F5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5312

Black with #2F5312

Text Example


Text Example

White with #2F5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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