Html Css Color HEX #2D865F Sea Green

📋 copy color: '#2D865F'

red 45 ◦ green 134 ◦ blue 95

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

Shades of Sea Green #2D865F

Tints of Sea Green #2D865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 16.42%
G = 48.91%
B = 34.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#2D865F (or 0x2D865F) is known color: Sea Green. HEX triplet: 2D, 86 and 5F. RGB value is (45,134,95). Sum of RGB (Red+Green+Blue) = 45+134+95=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #2D865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D865F is #D279A0. Grayscale: #676767. Windows color (decimal): -13793697 or 6260269. OLE color: 6260269.

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

Color convert

RGB 45 134 95 -
CMYK 0.66 0 0.29 0.47
HSL 153.71º 0.5% 0.35% -
HSV(B) 153.71º 0.66% 0.53% -
XYZ 11.67 18.43 13.77 -
YUV 102.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 45 134 95 0.66 0 0.29 0.47 153.71 0.5 0.35
Hex 2D 86 5F 42 0 1D 2F 9A 32 23
Octal 55 206 137 102 0 35 57 232 62 43
Binary 101101 10000110 1011111 1000010 0 11101 101111 10011010 110010 100011

Color Harmonies of #2D865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D865F

Black with #2D865F

Text Example


Text Example

White with #2D865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,134,95); }

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

background-color css

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

 a { background-color: rgb(45,134,95); }

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

border-color css

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

 span { border-color: rgb(45,134,95); }

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