Html Css Color HEX #2D844D Sea Green

📋 copy color: '#2D844D'

red 45 ◦ green 132 ◦ blue 77

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

Shades of Sea Green #2D844D

Tints of Sea Green #2D844D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 17.72%
G = 51.97%
B = 30.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#2D844D (or 0x2D844D) is known color: Sea Green. HEX triplet: 2D, 84 and 4D. RGB value is (45,132,77). Sum of RGB (Red+Green+Blue) = 45+132+77=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #2D844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D844D is #D27BB2. Grayscale: #636363. Windows color (decimal): -13794227 or 5080109. OLE color: 5080109.

HSL color Cylindrical-coordinate representation of color #2D844D: hue angle of 142.07º 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 #2D844D is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 77 -
CMYK 0.66 0 0.42 0.48
HSL 142.07º 0.49% 0.35% -
HSV(B) 142.07º 0.66% 0.52% -
XYZ 10.67 17.6 9.86 -
YUV 99.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 45 132 77 0.66 0 0.42 0.48 142.07 0.49 0.35
Hex 2D 84 4D 42 0 2A 30 8E 31 23
Octal 55 204 115 102 0 52 60 216 61 43
Binary 101101 10000100 1001101 1000010 0 101010 110000 10001110 110001 100011

Color Harmonies of #2D844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D844D

Black with #2D844D

Text Example


Text Example

White with #2D844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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