#274235

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

Shades of English Holly #274235

Tints of English Holly #274235

Color information

#274235 (or 0x274235) is unknown color: approx English Holly. HEX triplet: 27, 42 and 35. RGB value is (39,66,53). Sum of RGB (Red+Green+Blue) = 39+66+53=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #274235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274235 is #D8BDCA. Grayscale: #383838. Windows color (decimal): -14204363 or 3490343. OLE color: 3490343.

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

Color convert

RGB396653-
CMYK0.4100.200.74
HSL151.11º25.71%20.59%-
HSV(B)151.11º40.91%25.88%-
XYZ3.434.584.07-
YUV56.44126.05115.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=24.68%
G=41.77%
B=33.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966530.4100.200.74151.1125.7120.59
Hex274235290144A971a15
Octal4710265510241122273225
Binary10011110000101101011010010101001001010100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274235; }

 p { color: rgb(39,66,53); }

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

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

 a { background-color: rgb(39,66,53); }

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

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

 span { border-color: rgb(39,66,53); }

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