#274233

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

Shades of English Holly #274233

Tints of English Holly #274233

Color information

#274233 (or 0x274233) is unknown color: approx English Holly. HEX triplet: 27, 42 and 33. RGB value is (39,66,51). Sum of RGB (Red+Green+Blue) = 39+66+51=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #274233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274233 is #D8BDCC. Grayscale: #383838. Windows color (decimal): -14204365 or 3359271. OLE color: 3359271.

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

Color convert

RGB396651-
CMYK0.4100.230.74
HSL146.67º25.71%20.59%-
HSV(B)146.67º40.91%25.88%-
XYZ3.384.573.84-
YUV56.22125.05115.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=25%
G=42.31%
B=32.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966510.4100.230.74146.6725.7120.59
Hex274233290174A931a15
Octal4710263510271122233225
Binary10011110000101100111010010101111001010100100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274233; }

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

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

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

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

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

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

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

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