Html Css Color HEX #27493A Bottle Green

📋 copy color: '#27493A'

red 39 ◦ green 73 ◦ blue 58

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

Shades of Bottle Green #27493A

Tints of Bottle Green #27493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 22.94%
G = 42.94%
B = 34.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#27493A (or 0x27493A) is known color: Bottle Green. HEX triplet: 27, 49 and 3A. RGB value is (39,73,58). Sum of RGB (Red+Green+Blue) = 39+73+58=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #27493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27493A is #D8B6C5. Grayscale: #3D3D3D. Windows color (decimal): -14202566 or 3819815. OLE color: 3819815.

HSL color Cylindrical-coordinate representation of color #27493A: hue angle of 153.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27493A is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 73 58 -
CMYK 0.47 0 0.21 0.71
HSL 153.53º 0.3% 0.22% -
HSV(B) 153.53º 0.47% 0.29% -
XYZ 3.98 5.5 4.86 -
YUV 61.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 39 73 58 0.47 0 0.21 0.71 153.53 0.3 0.22
Hex 27 49 3A 2F 0 15 47 9A 1E 16
Octal 47 111 72 57 0 25 107 232 36 26
Binary 100111 1001001 111010 101111 0 10101 1000111 10011010 11110 10110

Color Harmonies of #27493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27493A

Black with #27493A

Text Example


Text Example

White with #27493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,73,58); }

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

background-color css

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

 a { background-color: rgb(39,73,58); }

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

border-color css

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

 span { border-color: rgb(39,73,58); }

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