Html Css Color HEX #8CB28D Dark Sea Green

📋 copy color: '#8CB28D'

red 140 ◦ green 178 ◦ blue 141

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

Shades of Dark Sea Green #8CB28D

Tints of Dark Sea Green #8CB28D

RGB

 RED value IS 140 (55.08% from 255) = 30.5%

 GREEN value IS 178 (69.92% from 255) = 38.78%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 30.5%
G = 38.78%
B = 30.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#8CB28D (or 0x8CB28D) is known color: Dark Sea Green. HEX triplet: 8C, B2 and 8D. RGB value is (140,178,141). Sum of RGB (Red+Green+Blue) = 140+178+141=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB28D is #734D72. Grayscale: #A2A2A2. Windows color (decimal): -7556467 or 9286284. OLE color: 9286284.

HSL color Cylindrical-coordinate representation of color #8CB28D: hue angle of 121.58º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB28D is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 141 -
CMYK 0.21 0 0.21 0.30
HSL 121.58º 0.2% 0.62% -
HSV(B) 121.58º 0.21% 0.7% -
XYZ 31.54 39.34 31.13 -
YUV 162.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 140 178 141 0.21 0 0.21 0.30 121.58 0.2 0.62
Hex 8C B2 8D 15 0 15 1E 7A 14 3E
Octal 214 262 215 25 0 25 36 172 24 76
Binary 10001100 10110010 10001101 10101 0 10101 11110 1111010 10100 111110

Color Harmonies of #8CB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB28D

Black with #8CB28D

Text Example


Text Example

White with #8CB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB28D; }

 p { color: rgb(140,178,141); }

 H1.HeaderClassName
 {
   color: #8CB28D;
 }
 .AnyTagClassName
 {
   color: #8CB28D;
 }
</style>

background-color css

<style>
 a { background-color: #8CB28D; }

 a { background-color: rgb(140,178,141); }

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

border-color css

<style>
 span { border-color: #8CB28D; }

 span { border-color: rgb(140,178,141); }

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