Html Css Color HEX #274033 English Holly

📋 copy color: '#274033'

red 39 ◦ green 64 ◦ blue 51

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

Shades of English Holly #274033

Tints of English Holly #274033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 25.32%
G = 41.56%
B = 33.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#274033 (or 0x274033) is known color: English Holly. HEX triplet: 27, 40 and 33. RGB value is (39,64,51). Sum of RGB (Red+Green+Blue) = 39+64+51=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #274033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274033 is #D8BFCC. Grayscale: #373737. Windows color (decimal): -14204877 or 3358759. OLE color: 3358759.

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

Color convert

RGB 39 64 51 -
CMYK 0.39 0 0.20 0.75
HSL 148.8º 0.24% 0.2% -
HSV(B) 148.8º 0.39% 0.25% -
XYZ 3.27 4.34 3.8 -
YUV 55.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 39 64 51 0.39 0 0.20 0.75 148.8 0.24 0.2
Hex 27 40 33 27 0 14 4B 95 18 14
Octal 47 100 63 47 0 24 113 225 30 24
Binary 100111 1000000 110011 100111 0 10100 1001011 10010101 11000 10100

Color Harmonies of #274033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274033

Black with #274033

Text Example


Text Example

White with #274033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274033; }

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

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

background-color css

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

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

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

border-color css

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

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

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