Html Css Color HEX #2F925A Sea Green

📋 copy color: '#2F925A'

red 47 ◦ green 146 ◦ blue 90

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

Shades of Sea Green #2F925A

Tints of Sea Green #2F925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 16.61%
G = 51.59%
B = 31.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#2F925A (or 0x2F925A) is known color: Sea Green. HEX triplet: 2F, 92 and 5A. RGB value is (47,146,90). Sum of RGB (Red+Green+Blue) = 47+146+90=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #2F925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F925A is #D06DA5. Grayscale: #6E6E6E. Windows color (decimal): -13659558 or 5935663. OLE color: 5935663.

HSL color Cylindrical-coordinate representation of color #2F925A: hue angle of 146.06º 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 #2F925A is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 146 90 -
CMYK 0.68 0 0.38 0.43
HSL 146.06º 0.51% 0.38% -
HSV(B) 146.06º 0.68% 0.57% -
XYZ 13.3 21.9 13.2 -
YUV 110.02 116.7 83.05 -
System Red Green Blue C M Y K H S L
Decimal 47 146 90 0.68 0 0.38 0.43 146.06 0.51 0.38
Hex 2F 92 5A 44 0 26 2B 92 33 26
Octal 57 222 132 104 0 46 53 222 63 46
Binary 101111 10010010 1011010 1000100 0 100110 101011 10010010 110011 100110

Color Harmonies of #2F925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F925A

Black with #2F925A

Text Example


Text Example

White with #2F925A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,146,90); }

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

background-color css

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

 a { background-color: rgb(47,146,90); }

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

border-color css

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

 span { border-color: rgb(47,146,90); }

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