Html Css Color HEX #295B4B Evening Sea

📋 copy color: '#295B4B'

red 41 ◦ green 91 ◦ blue 75

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

Shades of Evening Sea #295B4B

Tints of Evening Sea #295B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 19.81%
G = 43.96%
B = 36.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#295B4B (or 0x295B4B) is known color: Evening Sea. HEX triplet: 29, 5B and 4B. RGB value is (41,91,75). Sum of RGB (Red+Green+Blue) = 41+91+75=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #295B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B4B is #D6A4B4. Grayscale: #4A4A4A. Windows color (decimal): -14066869 or 4938537. OLE color: 4938537.

HSL color Cylindrical-coordinate representation of color #295B4B: hue angle of 160.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B4B is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 91 75 -
CMYK 0.55 0 0.18 0.64
HSL 160.8º 0.38% 0.26% -
HSV(B) 160.8º 0.55% 0.36% -
XYZ 5.93 8.46 7.98 -
YUV 74.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 41 91 75 0.55 0 0.18 0.64 160.8 0.38 0.26
Hex 29 5B 4B 37 0 12 40 A1 26 1A
Octal 51 133 113 67 0 22 100 241 46 32
Binary 101001 1011011 1001011 110111 0 10010 1000000 10100001 100110 11010

Color Harmonies of #295B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B4B

Black with #295B4B

Text Example


Text Example

White with #295B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,75); }

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

background-color css

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

 a { background-color: rgb(41,91,75); }

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

border-color css

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

 span { border-color: rgb(41,91,75); }

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