Html Css Color HEX #2D864D Sea Green

📋 copy color: '#2D864D'

red 45 ◦ green 134 ◦ blue 77

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

Shades of Sea Green #2D864D

Tints of Sea Green #2D864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

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

R = 17.58%
G = 52.34%
B = 30.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#2D864D (or 0x2D864D) is known color: Sea Green. HEX triplet: 2D, 86 and 4D. RGB value is (45,134,77). Sum of RGB (Red+Green+Blue) = 45+134+77=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #2D864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D864D is #D279B2. Grayscale: #656565. Windows color (decimal): -13793715 or 5080621. OLE color: 5080621.

HSL color Cylindrical-coordinate representation of color #2D864D: hue angle of 141.57º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D864D is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 134 77 -
CMYK 0.66 0 0.43 0.47
HSL 141.57º 0.5% 0.35% -
HSV(B) 141.57º 0.66% 0.53% -
XYZ 10.95 18.14 9.95 -
YUV 100.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 45 134 77 0.66 0 0.43 0.47 141.57 0.5 0.35
Hex 2D 86 4D 42 0 2B 2F 8E 32 23
Octal 55 206 115 102 0 53 57 216 62 43
Binary 101101 10000110 1001101 1000010 0 101011 101111 10001110 110010 100011

Color Harmonies of #2D864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D864D

Black with #2D864D

Text Example


Text Example

White with #2D864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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