Html Css Color HEX #2F894A Sea Green

📋 copy color: '#2F894A'

red 47 ◦ green 137 ◦ blue 74

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

Shades of Sea Green #2F894A

Tints of Sea Green #2F894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 18.22%
G = 53.1%
B = 28.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#2F894A (or 0x2F894A) is known color: Sea Green. HEX triplet: 2F, 89 and 4A. RGB value is (47,137,74). Sum of RGB (Red+Green+Blue) = 47+137+74=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #2F894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F894A is #D076B5. Grayscale: #676767. Windows color (decimal): -13661878 or 4884783. OLE color: 4884783.

HSL color Cylindrical-coordinate representation of color #2F894A: hue angle of 138º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F894A is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 74 -
CMYK 0.66 0 0.46 0.46
HSL 138º 0.49% 0.36% -
HSV(B) 138º 0.66% 0.54% -
XYZ 11.35 18.99 9.55 -
YUV 102.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 47 137 74 0.66 0 0.46 0.46 138 0.49 0.36
Hex 2F 89 4A 42 0 2E 2E 8A 31 24
Octal 57 211 112 102 0 56 56 212 61 44
Binary 101111 10001001 1001010 1000010 0 101110 101110 10001010 110001 100100

Color Harmonies of #2F894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F894A

Black with #2F894A

Text Example


Text Example

White with #2F894A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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