Html Css Color HEX #2D934F Sea Green

📋 copy color: '#2D934F'

red 45 ◦ green 147 ◦ blue 79

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

Shades of Sea Green #2D934F

Tints of Sea Green #2D934F

RGB

 RED value IS 45 (17.97% from 255) = 16.61%

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

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 16.61%
G = 54.24%
B = 29.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#2D934F (or 0x2D934F) is known color: Sea Green. HEX triplet: 2D, 93 and 4F. RGB value is (45,147,79). Sum of RGB (Red+Green+Blue) = 45+147+79=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #2D934F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D934F is #D26CB0. Grayscale: #6C6C6C. Windows color (decimal): -13790385 or 5215021. OLE color: 5215021.

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

Color convert

RGB 45 147 79 -
CMYK 0.69 0 0.46 0.42
HSL 140º 0.53% 0.38% -
HSV(B) 140º 0.69% 0.58% -
XYZ 12.93 21.99 10.96 -
YUV 108.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 45 147 79 0.69 0 0.46 0.42 140 0.53 0.38
Hex 2D 93 4F 45 0 2E 2A 8C 35 26
Octal 55 223 117 105 0 56 52 214 65 46
Binary 101101 10010011 1001111 1000101 0 101110 101010 10001100 110101 100110

Color Harmonies of #2D934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D934F

Black with #2D934F

Text Example


Text Example

White with #2D934F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,147,79); }

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

background-color css

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

 a { background-color: rgb(45,147,79); }

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

border-color css

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

 span { border-color: rgb(45,147,79); }

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