Html Css Color HEX #2D825F Sea Green

📋 copy color: '#2D825F'

red 45 ◦ green 130 ◦ blue 95

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

Shades of Sea Green #2D825F

Tints of Sea Green #2D825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 16.67%
G = 48.15%
B = 35.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#2D825F (or 0x2D825F) is known color: Sea Green. HEX triplet: 2D, 82 and 5F. RGB value is (45,130,95). Sum of RGB (Red+Green+Blue) = 45+130+95=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #2D825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D825F is #D27DA0. Grayscale: #646464. Windows color (decimal): -13794721 or 6259245. OLE color: 6259245.

HSL color Cylindrical-coordinate representation of color #2D825F: hue angle of 155.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 #2D825F is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 130 95 -
CMYK 0.65 0 0.27 0.49
HSL 155.29º 0.49% 0.34% -
HSV(B) 155.29º 0.65% 0.51% -
XYZ 11.13 17.35 13.59 -
YUV 100.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 45 130 95 0.65 0 0.27 0.49 155.29 0.49 0.34
Hex 2D 82 5F 41 0 1B 31 9B 31 22
Octal 55 202 137 101 0 33 61 233 61 42
Binary 101101 10000010 1011111 1000001 0 11011 110001 10011011 110001 100010

Color Harmonies of #2D825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D825F

Black with #2D825F

Text Example


Text Example

White with #2D825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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