Html Css Color HEX #2F9046 Sea Green

📋 copy color: '#2F9046'

red 47 ◦ green 144 ◦ blue 70

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

Shades of Sea Green #2F9046

Tints of Sea Green #2F9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.17%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 18.01%
G = 55.17%
B = 26.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#2F9046 (or 0x2F9046) is known color: Sea Green. HEX triplet: 2F, 90 and 46. RGB value is (47,144,70). Sum of RGB (Red+Green+Blue) = 47+144+70=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9046 is #D06FB9. Grayscale: #6A6A6A. Windows color (decimal): -13660090 or 4624431. OLE color: 4624431.

HSL color Cylindrical-coordinate representation of color #2F9046: hue angle of 134.23º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9046 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 70 -
CMYK 0.67 0 0.51 0.44
HSL 134.23º 0.51% 0.37% -
HSV(B) 134.23º 0.67% 0.56% -
XYZ 12.25 20.99 9.2 -
YUV 106.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 47 144 70 0.67 0 0.51 0.44 134.23 0.51 0.37
Hex 2F 90 46 43 0 33 2C 86 33 25
Octal 57 220 106 103 0 63 54 206 63 45
Binary 101111 10010000 1000110 1000011 0 110011 101100 10000110 110011 100101

Color Harmonies of #2F9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9046

Black with #2F9046

Text Example


Text Example

White with #2F9046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,70); }

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

background-color css

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

 a { background-color: rgb(47,144,70); }

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

border-color css

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

 span { border-color: rgb(47,144,70); }

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