#274330

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

Shades of English Holly #274330

Tints of English Holly #274330

Color information

#274330 (or 0x274330) is unknown color: approx English Holly. HEX triplet: 27, 43 and 30. RGB value is (39,67,48). Sum of RGB (Red+Green+Blue) = 39+67+48=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #274330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274330 is #D8BCCF. Grayscale: #383838. Windows color (decimal): -14204112 or 3162919. OLE color: 3162919.

HSL color Cylindrical-coordinate representation of color #274330: hue angle of 139.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274330 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB396748-
CMYK0.4200.280.74
HSL139.29º26.42%20.78%-
HSV(B)139.29º41.79%26.27%-
XYZ3.384.663.52-
YUV56.46123.22115.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=25.32%
G=43.51%
B=31.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3967480.4200.280.74139.2926.4220.78
Hex2743302A01C4A8b1a15
Octal4710360520341122133225
Binary10011110000111100001010100111001001010100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274330; }

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

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

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

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

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

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

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

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