Html Css Color HEX #274031 English Holly

📋 copy color: '#274031'

red 39 ◦ green 64 ◦ blue 49

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

Shades of English Holly #274031

Tints of English Holly #274031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 25.66%
G = 42.11%
B = 32.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#274031 (or 0x274031) is known color: English Holly. HEX triplet: 27, 40 and 31. RGB value is (39,64,49). Sum of RGB (Red+Green+Blue) = 39+64+49=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #274031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274031 is #D8BFCE. Grayscale: #363636. Windows color (decimal): -14204879 or 3227687. OLE color: 3227687.

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

Color convert

RGB 39 64 49 -
CMYK 0.39 0 0.23 0.75
HSL 144º 0.24% 0.2% -
HSV(B) 144º 0.39% 0.25% -
XYZ 3.22 4.32 3.57 -
YUV 54.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 39 64 49 0.39 0 0.23 0.75 144 0.24 0.2
Hex 27 40 31 27 0 17 4B 90 18 14
Octal 47 100 61 47 0 27 113 220 30 24
Binary 100111 1000000 110001 100111 0 10111 1001011 10010000 11000 10100

Color Harmonies of #274031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274031

Black with #274031

Text Example


Text Example

White with #274031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274031; }

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

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

background-color css

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

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

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

border-color css

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

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

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