Html Css Color HEX #2F9041 Sea Green

📋 copy color: '#2F9041'

red 47 ◦ green 144 ◦ blue 65

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

Shades of Sea Green #2F9041

Tints of Sea Green #2F9041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 18.36%
G = 56.25%
B = 25.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#2F9041 (or 0x2F9041) is known color: Sea Green. HEX triplet: 2F, 90 and 41. RGB value is (47,144,65). Sum of RGB (Red+Green+Blue) = 47+144+65=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9041 is #D06FBE. Grayscale: #6A6A6A. Windows color (decimal): -13660095 or 4296751. OLE color: 4296751.

HSL color Cylindrical-coordinate representation of color #2F9041: hue angle of 131.13º 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 #2F9041 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 65 -
CMYK 0.67 0 0.55 0.44
HSL 131.13º 0.51% 0.37% -
HSV(B) 131.13º 0.67% 0.56% -
XYZ 12.1 20.93 8.4 -
YUV 105.99 104.86 85.92 -
System Red Green Blue C M Y K H S L
Decimal 47 144 65 0.67 0 0.55 0.44 131.13 0.51 0.37
Hex 2F 90 41 43 0 37 2C 83 33 25
Octal 57 220 101 103 0 67 54 203 63 45
Binary 101111 10010000 1000001 1000011 0 110111 101100 10000011 110011 100101

Color Harmonies of #2F9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9041

Black with #2F9041

Text Example


Text Example

White with #2F9041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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