Html Css Color HEX #2D824E Sea Green

📋 copy color: '#2D824E'

red 45 ◦ green 130 ◦ blue 78

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

Shades of Sea Green #2D824E

Tints of Sea Green #2D824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 78 (30.86% from 255) = 30.83%

R = 17.79%
G = 51.38%
B = 30.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#2D824E (or 0x2D824E) is known color: Sea Green. HEX triplet: 2D, 82 and 4E. RGB value is (45,130,78). Sum of RGB (Red+Green+Blue) = 45+130+78=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #2D824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D824E is #D27DB1. Grayscale: #626262. Windows color (decimal): -13794738 or 5145133. OLE color: 5145133.

HSL color Cylindrical-coordinate representation of color #2D824E: hue angle of 143.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D824E is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 130 78 -
CMYK 0.65 0 0.40 0.49
HSL 143.29º 0.49% 0.34% -
HSV(B) 143.29º 0.65% 0.51% -
XYZ 10.44 17.07 9.95 -
YUV 98.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 45 130 78 0.65 0 0.40 0.49 143.29 0.49 0.34
Hex 2D 82 4E 41 0 28 31 8F 31 22
Octal 55 202 116 101 0 50 61 217 61 42
Binary 101101 10000010 1001110 1000001 0 101000 110001 10001111 110001 100010

Color Harmonies of #2D824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D824E

Black with #2D824E

Text Example


Text Example

White with #2D824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,130,78); }

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

background-color css

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

 a { background-color: rgb(45,130,78); }

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

border-color css

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

 span { border-color: rgb(45,130,78); }

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