Html Css Color HEX #2D844F Sea Green

📋 copy color: '#2D844F'

red 45 ◦ green 132 ◦ blue 79

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

Shades of Sea Green #2D844F

Tints of Sea Green #2D844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

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

R = 17.58%
G = 51.56%
B = 30.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#2D844F (or 0x2D844F) is known color: Sea Green. HEX triplet: 2D, 84 and 4F. RGB value is (45,132,79). Sum of RGB (Red+Green+Blue) = 45+132+79=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #2D844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D844F is #D27BB0. Grayscale: #646464. Windows color (decimal): -13794225 or 5211181. OLE color: 5211181.

HSL color Cylindrical-coordinate representation of color #2D844F: hue angle of 143.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D844F is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 79 -
CMYK 0.66 0 0.40 0.48
HSL 143.45º 0.49% 0.35% -
HSV(B) 143.45º 0.66% 0.52% -
XYZ 10.74 17.62 10.23 -
YUV 99.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 45 132 79 0.66 0 0.40 0.48 143.45 0.49 0.35
Hex 2D 84 4F 42 0 28 30 8F 31 23
Octal 55 204 117 102 0 50 60 217 61 43
Binary 101101 10000100 1001111 1000010 0 101000 110000 10001111 110001 100011

Color Harmonies of #2D844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D844F

Black with #2D844F

Text Example


Text Example

White with #2D844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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