Html Css Color HEX #2D844A Sea Green

📋 copy color: '#2D844A'

red 45 ◦ green 132 ◦ blue 74

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

Shades of Sea Green #2D844A

Tints of Sea Green #2D844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 17.93%
G = 52.59%
B = 29.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#2D844A (or 0x2D844A) is known color: Sea Green. HEX triplet: 2D, 84 and 4A. RGB value is (45,132,74). Sum of RGB (Red+Green+Blue) = 45+132+74=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #2D844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D844A is #D27BB5. Grayscale: #636363. Windows color (decimal): -13794230 or 4883501. OLE color: 4883501.

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

Color convert

RGB 45 132 74 -
CMYK 0.66 0 0.44 0.48
HSL 140º 0.49% 0.35% -
HSV(B) 140º 0.66% 0.52% -
XYZ 10.57 17.55 9.31 -
YUV 99.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 45 132 74 0.66 0 0.44 0.48 140 0.49 0.35
Hex 2D 84 4A 42 0 2C 30 8C 31 23
Octal 55 204 112 102 0 54 60 214 61 43
Binary 101101 10000100 1001010 1000010 0 101100 110000 10001100 110001 100011

Color Harmonies of #2D844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D844A

Black with #2D844A

Text Example


Text Example

White with #2D844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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