Html Css Color HEX #2D8C5B Sea Green

📋 copy color: '#2D8C5B'

red 45 ◦ green 140 ◦ blue 91

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

Shades of Sea Green #2D8C5B

Tints of Sea Green #2D8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.72%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 16.3%
G = 50.72%
B = 32.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#2D8C5B (or 0x2D8C5B) is known color: Sea Green. HEX triplet: 2D, 8C and 5B. RGB value is (45,140,91). Sum of RGB (Red+Green+Blue) = 45+140+91=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C5B is #D273A4. Grayscale: #6A6A6A. Windows color (decimal): -13792165 or 5999661. OLE color: 5999661.

HSL color Cylindrical-coordinate representation of color #2D8C5B: hue angle of 149.05º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8C5B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 140 91 -
CMYK 0.68 0 0.35 0.45
HSL 149.05º 0.51% 0.36% -
HSV(B) 149.05º 0.68% 0.55% -
XYZ 12.35 20.07 13.12 -
YUV 106.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 45 140 91 0.68 0 0.35 0.45 149.05 0.51 0.36
Hex 2D 8C 5B 44 0 23 2D 95 33 24
Octal 55 214 133 104 0 43 55 225 63 44
Binary 101101 10001100 1011011 1000100 0 100011 101101 10010101 110011 100100

Color Harmonies of #2D8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8C5B

Black with #2D8C5B

Text Example


Text Example

White with #2D8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,140,91); }

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

background-color css

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

 a { background-color: rgb(45,140,91); }

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

border-color css

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

 span { border-color: rgb(45,140,91); }

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