Html Css Color HEX #2F9055 Sea Green

📋 copy color: '#2F9055'

red 47 ◦ green 144 ◦ blue 85

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

Shades of Sea Green #2F9055

Tints of Sea Green #2F9055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 17.03%
G = 52.17%
B = 30.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#2F9055 (or 0x2F9055) is known color: Sea Green. HEX triplet: 2F, 90 and 55. RGB value is (47,144,85). Sum of RGB (Red+Green+Blue) = 47+144+85=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9055 is #D06FAA. Grayscale: #6C6C6C. Windows color (decimal): -13660075 or 5607471. OLE color: 5607471.

HSL color Cylindrical-coordinate representation of color #2F9055: hue angle of 143.51º 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 #2F9055 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 85 -
CMYK 0.67 0 0.41 0.44
HSL 143.51º 0.51% 0.37% -
HSV(B) 143.51º 0.67% 0.56% -
XYZ 12.79 21.21 12.01 -
YUV 108.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 47 144 85 0.67 0 0.41 0.44 143.51 0.51 0.37
Hex 2F 90 55 43 0 29 2C 90 33 25
Octal 57 220 125 103 0 51 54 220 63 45
Binary 101111 10010000 1010101 1000011 0 101001 101100 10010000 110011 100101

Color Harmonies of #2F9055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9055

Black with #2F9055

Text Example


Text Example

White with #2F9055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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