Html Css Color HEX #2F915B Sea Green

📋 copy color: '#2F915B'

red 47 ◦ green 145 ◦ blue 91

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

Shades of Sea Green #2F915B

Tints of Sea Green #2F915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.24%

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

R = 16.61%
G = 51.24%
B = 32.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#2F915B (or 0x2F915B) is known color: Sea Green. HEX triplet: 2F, 91 and 5B. RGB value is (47,145,91). Sum of RGB (Red+Green+Blue) = 47+145+91=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #2F915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F915B is #D06EA4. Grayscale: #6D6D6D. Windows color (decimal): -13659813 or 6000943. OLE color: 6000943.

HSL color Cylindrical-coordinate representation of color #2F915B: hue angle of 146.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F915B is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 91 -
CMYK 0.68 0 0.37 0.43
HSL 146.94º 0.51% 0.38% -
HSV(B) 146.94º 0.68% 0.57% -
XYZ 13.19 21.61 13.37 -
YUV 109.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 47 145 91 0.68 0 0.37 0.43 146.94 0.51 0.38
Hex 2F 91 5B 44 0 25 2B 93 33 26
Octal 57 221 133 104 0 45 53 223 63 46
Binary 101111 10010001 1011011 1000100 0 100101 101011 10010011 110011 100110

Color Harmonies of #2F915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F915B

Black with #2F915B

Text Example


Text Example

White with #2F915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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