#2F4A14

Color #2F4A14 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #2F4A14

Tints of Seaweed #2F4A14

Color information

#2F4A14 (or 0x2F4A14) is unknown color: approx Seaweed. HEX triplet: 2F, 4A and 14. RGB value is (47,74,20). Sum of RGB (Red+Green+Blue) = 47+74+20=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #2F4A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4A14 is #D0B5EB. Grayscale: #3B3B3B. Windows color (decimal): -13678060 or 1329711. OLE color: 1329711.

HSL color Cylindrical-coordinate representation of color #2F4A14: hue angle of 90º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4A14 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB477420-
CMYK0.3600.730.71
HSL90º57.45%18.43%-
HSV(B)90º72.97%29.02%-
XYZ3.755.551.54-
YUV59.77105.55118.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 52.48%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=33.33%
G=52.48%
B=14.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4774200.3600.730.719057.4518.43
Hex2F4A1424049475a3912
Octal57112244401111071327122
Binary101111100101010100100100010010011000111101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,20); }

 H1.HeaderClassName
 {
   color: #2F4A14;
 }
 .AnyTagClassName
 {
   color: #2F4A14;
 }
</style>
background-color css

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

 a { background-color: rgb(47,74,20); }

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

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

 span { border-color: rgb(47,74,20); }

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