Html Css Color HEX #2C865D Sea Green

📋 copy color: '#2C865D'

red 44 ◦ green 134 ◦ blue 93

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

Shades of Sea Green #2C865D

Tints of Sea Green #2C865D

RGB

 RED value IS 44 (17.58% from 255) = 16.24%

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 16.24%
G = 49.45%
B = 34.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2C865D (or 0x2C865D) is known color: Sea Green. HEX triplet: 2C, 86 and 5D. RGB value is (44,134,93). Sum of RGB (Red+Green+Blue) = 44+134+93=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #2C865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C865D is #D379A2. Grayscale: #666666. Windows color (decimal): -13859235 or 6129196. OLE color: 6129196.

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

Color convert

RGB 44 134 93 -
CMYK 0.67 0 0.31 0.47
HSL 152.67º 0.51% 0.35% -
HSV(B) 152.67º 0.67% 0.53% -
XYZ 11.54 18.38 13.29 -
YUV 102.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 44 134 93 0.67 0 0.31 0.47 152.67 0.51 0.35
Hex 2C 86 5D 43 0 1F 2F 99 33 23
Octal 54 206 135 103 0 37 57 231 63 43
Binary 101100 10000110 1011101 1000011 0 11111 101111 10011001 110011 100011

Color Harmonies of #2C865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C865D

Black with #2C865D

Text Example


Text Example

White with #2C865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,134,93); }

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

background-color css

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

 a { background-color: rgb(44,134,93); }

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

border-color css

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

 span { border-color: rgb(44,134,93); }

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