Html Css Color HEX #274331 English Holly

📋 copy color: '#274331'

red 39 ◦ green 67 ◦ blue 49

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

Shades of English Holly #274331

Tints of English Holly #274331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

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

R = 25.16%
G = 43.23%
B = 31.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#274331 (or 0x274331) is known color: English Holly. HEX triplet: 27, 43 and 31. RGB value is (39,67,49). Sum of RGB (Red+Green+Blue) = 39+67+49=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #274331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274331 is #D8BCCE. Grayscale: #383838. Windows color (decimal): -14204111 or 3228455. OLE color: 3228455.

HSL color Cylindrical-coordinate representation of color #274331: hue angle of 141.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274331 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 67 49 -
CMYK 0.42 0 0.27 0.74
HSL 141.43º 0.26% 0.21% -
HSV(B) 141.43º 0.42% 0.26% -
XYZ 3.4 4.67 3.63 -
YUV 56.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 39 67 49 0.42 0 0.27 0.74 141.43 0.26 0.21
Hex 27 43 31 2A 0 1B 4A 8D 1A 15
Octal 47 103 61 52 0 33 112 215 32 25
Binary 100111 1000011 110001 101010 0 11011 1001010 10001101 11010 10101

Color Harmonies of #274331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274331

Black with #274331

Text Example


Text Example

White with #274331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274331; }

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

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

background-color css

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

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

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

border-color css

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

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

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