Html Css Color HEX #2F9259 Sea Green

📋 copy color: '#2F9259'

red 47 ◦ green 146 ◦ blue 89

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

Shades of Sea Green #2F9259

Tints of Sea Green #2F9259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 16.67%
G = 51.77%
B = 31.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#2F9259 (or 0x2F9259) is known color: Sea Green. HEX triplet: 2F, 92 and 59. RGB value is (47,146,89). Sum of RGB (Red+Green+Blue) = 47+146+89=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9259 is #D06DA6. Grayscale: #6E6E6E. Windows color (decimal): -13659559 or 5870127. OLE color: 5870127.

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

Color convert

RGB 47 146 89 -
CMYK 0.68 0 0.39 0.43
HSL 145.45º 0.51% 0.38% -
HSV(B) 145.45º 0.68% 0.57% -
XYZ 13.25 21.88 12.98 -
YUV 109.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 47 146 89 0.68 0 0.39 0.43 145.45 0.51 0.38
Hex 2F 92 59 44 0 27 2B 91 33 26
Octal 57 222 131 104 0 47 53 221 63 46
Binary 101111 10010010 1011001 1000100 0 100111 101011 10010001 110011 100110

Color Harmonies of #2F9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9259

Black with #2F9259

Text Example


Text Example

White with #2F9259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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