Html Css Color HEX #2D8B41 Sea Green

📋 copy color: '#2D8B41'

red 45 ◦ green 139 ◦ blue 65

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

Shades of Sea Green #2D8B41

Tints of Sea Green #2D8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.82%

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 18.07%
G = 55.82%
B = 26.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#2D8B41 (or 0x2D8B41) is known color: Sea Green. HEX triplet: 2D, 8B and 41. RGB value is (45,139,65). Sum of RGB (Red+Green+Blue) = 45+139+65=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B41 is #D274BE. Grayscale: #666666. Windows color (decimal): -13792447 or 4295469. OLE color: 4295469.

HSL color Cylindrical-coordinate representation of color #2D8B41: hue angle of 132.77º 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 #2D8B41 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 139 65 -
CMYK 0.68 0 0.53 0.45
HSL 132.77º 0.51% 0.36% -
HSV(B) 132.77º 0.68% 0.55% -
XYZ 11.27 19.4 8.15 -
YUV 102.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 45 139 65 0.68 0 0.53 0.45 132.77 0.51 0.36
Hex 2D 8B 41 44 0 35 2D 85 33 24
Octal 55 213 101 104 0 65 55 205 63 44
Binary 101101 10001011 1000001 1000100 0 110101 101101 10000101 110011 100100

Color Harmonies of #2D8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8B41

Black with #2D8B41

Text Example


Text Example

White with #2D8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,139,65); }

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

background-color css

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

 a { background-color: rgb(45,139,65); }

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

border-color css

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

 span { border-color: rgb(45,139,65); }

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