Html Css Color HEX #274133 English Holly

📋 copy color: '#274133'

red 39 ◦ green 65 ◦ blue 51

#274133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #274133

Tints of English Holly #274133

RGB

 RED value IS 39 (15.63% from 255) = 25.16%

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 25.16%
G = 41.94%
B = 32.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#274133 (or 0x274133) is known color: English Holly. HEX triplet: 27, 41 and 33. RGB value is (39,65,51). Sum of RGB (Red+Green+Blue) = 39+65+51=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #274133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274133 is #D8BECC. Grayscale: #373737. Windows color (decimal): -14204621 or 3359015. OLE color: 3359015.

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

Color convert

RGB 39 65 51 -
CMYK 0.40 0 0.22 0.75
HSL 147.69º 0.25% 0.2% -
HSV(B) 147.69º 0.4% 0.25% -
XYZ 3.32 4.45 3.82 -
YUV 55.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 39 65 51 0.40 0 0.22 0.75 147.69 0.25 0.2
Hex 27 41 33 28 0 16 4B 94 19 14
Octal 47 101 63 50 0 26 113 224 31 24
Binary 100111 1000001 110011 101000 0 10110 1001011 10010100 11001 10100

Color Harmonies of #274133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274133

Black with #274133

Text Example


Text Example

White with #274133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274133; }

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

 H1.HeaderClassName
 {
   color: #274133;
 }
 .AnyTagClassName
 {
   color: #274133;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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