Html Css Color HEX #274131 English Holly

📋 copy color: '#274131'

red 39 ◦ green 65 ◦ blue 49

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

Shades of English Holly #274131

Tints of English Holly #274131

RGB

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

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

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

R = 25.49%
G = 42.48%
B = 32.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#274131 (or 0x274131) is known color: English Holly. HEX triplet: 27, 41 and 31. RGB value is (39,65,49). Sum of RGB (Red+Green+Blue) = 39+65+49=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #274131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274131 is #D8BECE. Grayscale: #373737. Windows color (decimal): -14204623 or 3227943. OLE color: 3227943.

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

Color convert

RGB 39 65 49 -
CMYK 0.40 0 0.25 0.75
HSL 143.08º 0.25% 0.2% -
HSV(B) 143.08º 0.4% 0.25% -
XYZ 3.28 4.43 3.59 -
YUV 55.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 39 65 49 0.40 0 0.25 0.75 143.08 0.25 0.2
Hex 27 41 31 28 0 19 4B 8F 19 14
Octal 47 101 61 50 0 31 113 217 31 24
Binary 100111 1000001 110001 101000 0 11001 1001011 10001111 11001 10100

Color Harmonies of #274131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274131

Black with #274131

Text Example


Text Example

White with #274131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274131; }

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

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

background-color css

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

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

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

border-color css

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

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

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