#273730

Color #273730 Celtic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celtic #273730

Tints of Celtic #273730

Color information

#273730 (or 0x273730) is unknown color: approx Celtic. HEX triplet: 27, 37 and 30. RGB value is (39,55,48). Sum of RGB (Red+Green+Blue) = 39+55+48=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #273730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273730 is #D8C8CF. Grayscale: #313131. Windows color (decimal): -14207184 or 3159847. OLE color: 3159847.

HSL color Cylindrical-coordinate representation of color #273730: hue angle of 153.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #273730 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB395548-
CMYK0.2900.130.78
HSL153.75º17.02%18.43%-
HSV(B)153.75º29.09%21.57%-
XYZ2.743.383.3-
YUV49.42127.2120.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=27.46%
G=38.73%
B=33.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3955480.2900.130.78153.7517.0218.43
Hex2737301D0D4E9a1112
Octal476760350151162322122
Binary10011111011111000011101011011001110100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273730; }

 p { color: rgb(39,55,48); }

 H1.HeaderClassName
 {
   color: #273730;
 }
 .AnyTagClassName
 {
   color: #273730;
 }
</style>
background-color css

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

 a { background-color: rgb(39,55,48); }

 div.DivClassName
 {
   background-color: #273730;
 }
 .BgClassName
 {
   background-color: #273730;
 }
</style>
border-color css

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

 span { border-color: rgb(39,55,48); }

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