Html Css Color HEX #2F934A Sea Green

📋 copy color: '#2F934A'

red 47 ◦ green 147 ◦ blue 74

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

Shades of Sea Green #2F934A

Tints of Sea Green #2F934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.85%

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

R = 17.54%
G = 54.85%
B = 27.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#2F934A (or 0x2F934A) is known color: Sea Green. HEX triplet: 2F, 93 and 4A. RGB value is (47,147,74). Sum of RGB (Red+Green+Blue) = 47+147+74=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #2F934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F934A is #D06CB5. Grayscale: #6C6C6C. Windows color (decimal): -13659318 or 4887343. OLE color: 4887343.

HSL color Cylindrical-coordinate representation of color #2F934A: hue angle of 136.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F934A is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 147 74 -
CMYK 0.68 0 0.50 0.42
HSL 136.2º 0.52% 0.38% -
HSV(B) 136.2º 0.68% 0.58% -
XYZ 12.84 21.97 10.04 -
YUV 108.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 47 147 74 0.68 0 0.50 0.42 136.2 0.52 0.38
Hex 2F 93 4A 44 0 32 2A 88 34 26
Octal 57 223 112 104 0 62 52 210 64 46
Binary 101111 10010011 1001010 1000100 0 110010 101010 10001000 110100 100110

Color Harmonies of #2F934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F934A

Black with #2F934A

Text Example


Text Example

White with #2F934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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