Html Css Color HEX #2D855E Sea Green

📋 copy color: '#2D855E'

red 45 ◦ green 133 ◦ blue 94

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

Shades of Sea Green #2D855E

Tints of Sea Green #2D855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

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

R = 16.54%
G = 48.9%
B = 34.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#2D855E (or 0x2D855E) is known color: Sea Green. HEX triplet: 2D, 85 and 5E. RGB value is (45,133,94). Sum of RGB (Red+Green+Blue) = 45+133+94=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #2D855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D855E is #D27AA1. Grayscale: #666666. Windows color (decimal): -13793954 or 6194477. OLE color: 6194477.

HSL color Cylindrical-coordinate representation of color #2D855E: hue angle of 153.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D855E is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 94 -
CMYK 0.66 0 0.29 0.48
HSL 153.41º 0.49% 0.35% -
HSV(B) 153.41º 0.66% 0.52% -
XYZ 11.49 18.14 13.49 -
YUV 102.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 45 133 94 0.66 0 0.29 0.48 153.41 0.49 0.35
Hex 2D 85 5E 42 0 1D 30 99 31 23
Octal 55 205 136 102 0 35 60 231 61 43
Binary 101101 10000101 1011110 1000010 0 11101 110000 10011001 110001 100011

Color Harmonies of #2D855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D855E

Black with #2D855E

Text Example


Text Example

White with #2D855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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