Html Css Color HEX #2F9340 Sea Green

📋 copy color: '#2F9340'

red 47 ◦ green 147 ◦ blue 64

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

Shades of Sea Green #2F9340

Tints of Sea Green #2F9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.98%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 18.22%
G = 56.98%
B = 24.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#2F9340 (or 0x2F9340) is known color: Sea Green. HEX triplet: 2F, 93 and 40. RGB value is (47,147,64). Sum of RGB (Red+Green+Blue) = 47+147+64=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9340 is #D06CBF. Grayscale: #6B6B6B. Windows color (decimal): -13659328 or 4231983. OLE color: 4231983.

HSL color Cylindrical-coordinate representation of color #2F9340: hue angle of 130.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9340 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 147 64 -
CMYK 0.68 0 0.56 0.42
HSL 130.2º 0.52% 0.38% -
HSV(B) 130.2º 0.68% 0.58% -
XYZ 12.53 21.84 8.41 -
YUV 107.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 47 147 64 0.68 0 0.56 0.42 130.2 0.52 0.38
Hex 2F 93 40 44 0 38 2A 82 34 26
Octal 57 223 100 104 0 70 52 202 64 46
Binary 101111 10010011 1000000 1000100 0 111000 101010 10000010 110100 100110

Color Harmonies of #2F9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9340

Black with #2F9340

Text Example


Text Example

White with #2F9340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,147,64); }

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

background-color css

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

 a { background-color: rgb(47,147,64); }

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

border-color css

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

 span { border-color: rgb(47,147,64); }

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