#273F30

Color #273F30 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #273F30

Tints of English Holly #273F30

Color information

#273F30 (or 0x273F30) is unknown color: approx English Holly. HEX triplet: 27, 3F and 30. RGB value is (39,63,48). Sum of RGB (Red+Green+Blue) = 39+63+48=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #273F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F30 is #D8C0CF. Grayscale: #363636. Windows color (decimal): -14205136 or 3161895. OLE color: 3161895.

HSL color Cylindrical-coordinate representation of color #273F30: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273F30 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB396348-
CMYK0.3800.240.75
HSL142.5º23.53%20%-
HSV(B)142.5º38.1%24.71%-
XYZ3.154.23.44-
YUV54.11124.55117.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 48 (19.14% from 255) = 32%
R=26%
G=42%
B=32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3963480.3800.240.75142.523.5320
Hex273F30260184B8e1814
Octal477760460301132163024
Binary1001111111111100001001100110001001011100011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F30; }

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

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

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

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

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

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

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

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