Html Css Color HEX #28614A Evening Sea

📋 copy color: '#28614A'

red 40 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #28614A

Tints of Evening Sea #28614A

RGB

 RED value IS 40 (16.02% from 255) = 18.96%

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 18.96%
G = 45.97%
B = 35.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#28614A (or 0x28614A) is known color: Evening Sea. HEX triplet: 28, 61 and 4A. RGB value is (40,97,74). Sum of RGB (Red+Green+Blue) = 40+97+74=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #28614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28614A is #D79EB5. Grayscale: #4D4D4D. Windows color (decimal): -14130870 or 4874536. OLE color: 4874536.

HSL color Cylindrical-coordinate representation of color #28614A: hue angle of 155.79º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28614A is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 74 -
CMYK 0.59 0 0.24 0.62
HSL 155.79º 0.42% 0.27% -
HSV(B) 155.79º 0.59% 0.38% -
XYZ 6.39 9.49 7.97 -
YUV 77.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 40 97 74 0.59 0 0.24 0.62 155.79 0.42 0.27
Hex 28 61 4A 3B 0 18 3E 9C 2A 1B
Octal 50 141 112 73 0 30 76 234 52 33
Binary 101000 1100001 1001010 111011 0 11000 111110 10011100 101010 11011

Color Harmonies of #28614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28614A

Black with #28614A

Text Example


Text Example

White with #28614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28614A; }

 p { color: rgb(40,97,74); }

 H1.HeaderClassName
 {
   color: #28614A;
 }
 .AnyTagClassName
 {
   color: #28614A;
 }
</style>

background-color css

<style>
 a { background-color: #28614A; }

 a { background-color: rgb(40,97,74); }

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

border-color css

<style>
 span { border-color: #28614A; }

 span { border-color: rgb(40,97,74); }

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