Html Css Color HEX #2D8E5E Sea Green

📋 copy color: '#2D8E5E'

red 45 ◦ green 142 ◦ blue 94

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

Shades of Sea Green #2D8E5E

Tints of Sea Green #2D8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.53%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 16.01%
G = 50.53%
B = 33.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#2D8E5E (or 0x2D8E5E) is known color: Sea Green. HEX triplet: 2D, 8E and 5E. RGB value is (45,142,94). Sum of RGB (Red+Green+Blue) = 45+142+94=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8E5E is #D271A1. Grayscale: #6B6B6B. Windows color (decimal): -13791650 or 6196781. OLE color: 6196781.

HSL color Cylindrical-coordinate representation of color #2D8E5E: hue angle of 150.31º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8E5E is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 142 94 -
CMYK 0.68 0 0.34 0.44
HSL 150.31º 0.52% 0.37% -
HSV(B) 150.31º 0.68% 0.56% -
XYZ 12.78 20.71 13.91 -
YUV 107.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 45 142 94 0.68 0 0.34 0.44 150.31 0.52 0.37
Hex 2D 8E 5E 44 0 22 2C 96 34 25
Octal 55 216 136 104 0 42 54 226 64 45
Binary 101101 10001110 1011110 1000100 0 100010 101100 10010110 110100 100101

Color Harmonies of #2D8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8E5E

Black with #2D8E5E

Text Example


Text Example

White with #2D8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,142,94); }

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

background-color css

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

 a { background-color: rgb(45,142,94); }

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

border-color css

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

 span { border-color: rgb(45,142,94); }

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