Html Css Color HEX #27795F Deep Sea

📋 copy color: '#27795F'

red 39 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #27795F

Tints of Deep Sea #27795F

RGB

 RED value IS 39 (15.63% from 255) = 15.29%

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 15.29%
G = 47.45%
B = 37.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#27795F (or 0x27795F) is known color: Deep Sea. HEX triplet: 27, 79 and 5F. RGB value is (39,121,95). Sum of RGB (Red+Green+Blue) = 39+121+95=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #27795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27795F is #D886A0. Grayscale: #5D5D5D. Windows color (decimal): -14190241 or 6256935. OLE color: 6256935.

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

Color convert

RGB 39 121 95 -
CMYK 0.68 0 0.21 0.53
HSL 160.98º 0.51% 0.31% -
HSV(B) 160.98º 0.68% 0.47% -
XYZ 9.74 14.93 13.2 -
YUV 93.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 39 121 95 0.68 0 0.21 0.53 160.98 0.51 0.31
Hex 27 79 5F 44 0 15 35 A1 33 1F
Octal 47 171 137 104 0 25 65 241 63 37
Binary 100111 1111001 1011111 1000100 0 10101 110101 10100001 110011 11111

Color Harmonies of #27795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27795F

Black with #27795F

Text Example


Text Example

White with #27795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27795F; }

 p { color: rgb(39,121,95); }

 H1.HeaderClassName
 {
   color: #27795F;
 }
 .AnyTagClassName
 {
   color: #27795F;
 }
</style>

background-color css

<style>
 a { background-color: #27795F; }

 a { background-color: rgb(39,121,95); }

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

border-color css

<style>
 span { border-color: #27795F; }

 span { border-color: rgb(39,121,95); }

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