Html Css Color HEX #2D915B Sea Green

📋 copy color: '#2D915B'

red 45 ◦ green 145 ◦ blue 91

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

Shades of Sea Green #2D915B

Tints of Sea Green #2D915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 16.01%
G = 51.6%
B = 32.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#2D915B (or 0x2D915B) is known color: Sea Green. HEX triplet: 2D, 91 and 5B. RGB value is (45,145,91). Sum of RGB (Red+Green+Blue) = 45+145+91=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #2D915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D915B is #D26EA4. Grayscale: #6D6D6D. Windows color (decimal): -13790885 or 6000941. OLE color: 6000941.

HSL color Cylindrical-coordinate representation of color #2D915B: hue angle of 147.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D915B is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 145 91 -
CMYK 0.69 0 0.37 0.43
HSL 147.6º 0.53% 0.37% -
HSV(B) 147.6º 0.69% 0.57% -
XYZ 13.1 21.56 13.37 -
YUV 108.94 117.87 82.39 -
System Red Green Blue C M Y K H S L
Decimal 45 145 91 0.69 0 0.37 0.43 147.6 0.53 0.37
Hex 2D 91 5B 45 0 25 2B 94 35 25
Octal 55 221 133 105 0 45 53 224 65 45
Binary 101101 10010001 1011011 1000101 0 100101 101011 10010100 110101 100101

Color Harmonies of #2D915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D915B

Black with #2D915B

Text Example


Text Example

White with #2D915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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