Html Css Color HEX #2F8C5B Sea Green

📋 copy color: '#2F8C5B'

red 47 ◦ green 140 ◦ blue 91

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

Shades of Sea Green #2F8C5B

Tints of Sea Green #2F8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.36%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 16.91%
G = 50.36%
B = 32.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#2F8C5B (or 0x2F8C5B) is known color: Sea Green. HEX triplet: 2F, 8C and 5B. RGB value is (47,140,91). Sum of RGB (Red+Green+Blue) = 47+140+91=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C5B is #D073A4. Grayscale: #6A6A6A. Windows color (decimal): -13661093 or 5999663. OLE color: 5999663.

HSL color Cylindrical-coordinate representation of color #2F8C5B: hue angle of 148.39º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C5B is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 140 91 -
CMYK 0.66 0 0.35 0.45
HSL 148.39º 0.5% 0.37% -
HSV(B) 148.39º 0.66% 0.55% -
XYZ 12.44 20.12 13.12 -
YUV 106.61 119.19 85.48 -
System Red Green Blue C M Y K H S L
Decimal 47 140 91 0.66 0 0.35 0.45 148.39 0.5 0.37
Hex 2F 8C 5B 42 0 23 2D 94 32 25
Octal 57 214 133 102 0 43 55 224 62 45
Binary 101111 10001100 1011011 1000010 0 100011 101101 10010100 110010 100101

Color Harmonies of #2F8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8C5B

Black with #2F8C5B

Text Example


Text Example

White with #2F8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,91); }

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

background-color css

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

 a { background-color: rgb(47,140,91); }

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

border-color css

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

 span { border-color: rgb(47,140,91); }

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