Html Css Color HEX #2F9058 Sea Green

📋 copy color: '#2F9058'

red 47 ◦ green 144 ◦ blue 88

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

Shades of Sea Green #2F9058

Tints of Sea Green #2F9058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 16.85%
G = 51.61%
B = 31.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#2F9058 (or 0x2F9058) is known color: Sea Green. HEX triplet: 2F, 90 and 58. RGB value is (47,144,88). Sum of RGB (Red+Green+Blue) = 47+144+88=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9058 is #D06FA7. Grayscale: #6C6C6C. Windows color (decimal): -13660072 or 5804079. OLE color: 5804079.

HSL color Cylindrical-coordinate representation of color #2F9058: hue angle of 145.36º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9058 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 88 -
CMYK 0.67 0 0.39 0.44
HSL 145.36º 0.51% 0.37% -
HSV(B) 145.36º 0.67% 0.56% -
XYZ 12.91 21.26 12.65 -
YUV 108.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 47 144 88 0.67 0 0.39 0.44 145.36 0.51 0.37
Hex 2F 90 58 43 0 27 2C 91 33 25
Octal 57 220 130 103 0 47 54 221 63 45
Binary 101111 10010000 1011000 1000011 0 100111 101100 10010001 110011 100101

Color Harmonies of #2F9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9058

Black with #2F9058

Text Example


Text Example

White with #2F9058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,88); }

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

background-color css

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

 a { background-color: rgb(47,144,88); }

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

border-color css

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

 span { border-color: rgb(47,144,88); }

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