Html Css Color HEX #2F8A5E Sea Green

📋 copy color: '#2F8A5E'

red 47 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #2F8A5E

Tints of Sea Green #2F8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.46%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 16.85%
G = 49.46%
B = 33.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#2F8A5E (or 0x2F8A5E) is known color: Sea Green. HEX triplet: 2F, 8A and 5E. RGB value is (47,138,94). Sum of RGB (Red+Green+Blue) = 47+138+94=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A5E is #D075A1. Grayscale: #696969. Windows color (decimal): -13661602 or 6195759. OLE color: 6195759.

HSL color Cylindrical-coordinate representation of color #2F8A5E: hue angle of 150.99º 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 #2F8A5E is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 138 94 -
CMYK 0.66 0 0.32 0.46
HSL 150.99º 0.49% 0.36% -
HSV(B) 150.99º 0.66% 0.54% -
XYZ 12.28 19.59 13.72 -
YUV 105.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 47 138 94 0.66 0 0.32 0.46 150.99 0.49 0.36
Hex 2F 8A 5E 42 0 20 2E 97 31 24
Octal 57 212 136 102 0 40 56 227 61 44
Binary 101111 10001010 1011110 1000010 0 100000 101110 10010111 110001 100100

Color Harmonies of #2F8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8A5E

Black with #2F8A5E

Text Example


Text Example

White with #2F8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,138,94); }

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

background-color css

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

 a { background-color: rgb(47,138,94); }

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

border-color css

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

 span { border-color: rgb(47,138,94); }

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