Html Css Color HEX #2F9748 Sea Green

📋 copy color: '#2F9748'

red 47 ◦ green 151 ◦ blue 72

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

Shades of Sea Green #2F9748

Tints of Sea Green #2F9748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 17.41%
G = 55.93%
B = 26.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#2F9748 (or 0x2F9748) is known color: Sea Green. HEX triplet: 2F, 97 and 48. RGB value is (47,151,72). Sum of RGB (Red+Green+Blue) = 47+151+72=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9748 is #D068B7. Grayscale: #6F6F6F. Windows color (decimal): -13658296 or 4757295. OLE color: 4757295.

HSL color Cylindrical-coordinate representation of color #2F9748: hue angle of 134.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9748 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 151 72 -
CMYK 0.69 0 0.52 0.41
HSL 134.42º 0.53% 0.39% -
HSV(B) 134.42º 0.69% 0.59% -
XYZ 13.41 23.21 9.9 -
YUV 110.9 106.04 82.42 -
System Red Green Blue C M Y K H S L
Decimal 47 151 72 0.69 0 0.52 0.41 134.42 0.53 0.39
Hex 2F 97 48 45 0 34 29 86 35 27
Octal 57 227 110 105 0 64 51 206 65 47
Binary 101111 10010111 1001000 1000101 0 110100 101001 10000110 110101 100111

Color Harmonies of #2F9748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9748

Black with #2F9748

Text Example


Text Example

White with #2F9748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,151,72); }

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

background-color css

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

 a { background-color: rgb(47,151,72); }

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

border-color css

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

 span { border-color: rgb(47,151,72); }

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