Html Css Color HEX #2D8655 Sea Green

📋 copy color: '#2D8655'

red 45 ◦ green 134 ◦ blue 85

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

Shades of Sea Green #2D8655

Tints of Sea Green #2D8655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 17.05%
G = 50.76%
B = 32.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#2D8655 (or 0x2D8655) is known color: Sea Green. HEX triplet: 2D, 86 and 55. RGB value is (45,134,85). Sum of RGB (Red+Green+Blue) = 45+134+85=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8655 is #D279AA. Grayscale: #656565. Windows color (decimal): -13793707 or 5604909. OLE color: 5604909.

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

Color convert

RGB 45 134 85 -
CMYK 0.66 0 0.37 0.47
HSL 146.97º 0.5% 0.35% -
HSV(B) 146.97º 0.66% 0.53% -
XYZ 11.25 18.26 11.53 -
YUV 101.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 45 134 85 0.66 0 0.37 0.47 146.97 0.5 0.35
Hex 2D 86 55 42 0 25 2F 93 32 23
Octal 55 206 125 102 0 45 57 223 62 43
Binary 101101 10000110 1010101 1000010 0 100101 101111 10010011 110010 100011

Color Harmonies of #2D8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8655

Black with #2D8655

Text Example


Text Example

White with #2D8655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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