Html Css Color HEX #295F4F Evening Sea

📋 copy color: '#295F4F'

red 41 ◦ green 95 ◦ blue 79

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

Shades of Evening Sea #295F4F

Tints of Evening Sea #295F4F

RGB

 RED value IS 41 (16.41% from 255) = 19.07%

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 19.07%
G = 44.19%
B = 36.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#295F4F (or 0x295F4F) is known color: Evening Sea. HEX triplet: 29, 5F and 4F. RGB value is (41,95,79). Sum of RGB (Red+Green+Blue) = 41+95+79=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #295F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F4F is #D6A0B0. Grayscale: #4D4D4D. Windows color (decimal): -14065841 or 5201705. OLE color: 5201705.

HSL color Cylindrical-coordinate representation of color #295F4F: hue angle of 162.22º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F4F is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 79 -
CMYK 0.57 0 0.17 0.63
HSL 162.22º 0.4% 0.27% -
HSV(B) 162.22º 0.57% 0.37% -
XYZ 6.42 9.22 8.84 -
YUV 77.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 41 95 79 0.57 0 0.17 0.63 162.22 0.4 0.27
Hex 29 5F 4F 39 0 11 3F A2 28 1B
Octal 51 137 117 71 0 21 77 242 50 33
Binary 101001 1011111 1001111 111001 0 10001 111111 10100010 101000 11011

Color Harmonies of #295F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F4F

Black with #295F4F

Text Example


Text Example

White with #295F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295F4F; }

 p { color: rgb(41,95,79); }

 H1.HeaderClassName
 {
   color: #295F4F;
 }
 .AnyTagClassName
 {
   color: #295F4F;
 }
</style>

background-color css

<style>
 a { background-color: #295F4F; }

 a { background-color: rgb(41,95,79); }

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

border-color css

<style>
 span { border-color: #295F4F; }

 span { border-color: rgb(41,95,79); }

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