#274234

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

Shades of English Holly #274234

Tints of English Holly #274234

Color information

#274234 (or 0x274234) is unknown color: approx English Holly. HEX triplet: 27, 42 and 34. RGB value is (39,66,52). Sum of RGB (Red+Green+Blue) = 39+66+52=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #274234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274234 is #D8BDCB. Grayscale: #383838. Windows color (decimal): -14204364 or 3424807. OLE color: 3424807.

HSL color Cylindrical-coordinate representation of color #274234: hue angle of 148.89º 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 #274234 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB396652-
CMYK0.4100.210.74
HSL148.89º25.71%20.59%-
HSV(B)148.89º40.91%25.88%-
XYZ3.44.583.95-
YUV56.33125.55115.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=24.84%
G=42.04%
B=33.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966520.4100.210.74148.8925.7120.59
Hex274234290154A951a15
Octal4710264510251122253225
Binary10011110000101101001010010101011001010100101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274234; }

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

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

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

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

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

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

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

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