Html Css Color HEX #274232 English Holly

📋 copy color: '#274232'

red 39 ◦ green 66 ◦ blue 50

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

Shades of English Holly #274232

Tints of English Holly #274232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 25.16%
G = 42.58%
B = 32.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#274232 (or 0x274232) is known color: English Holly. HEX triplet: 27, 42 and 32. RGB value is (39,66,50). Sum of RGB (Red+Green+Blue) = 39+66+50=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #274232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274232 is #D8BDCD. Grayscale: #383838. Windows color (decimal): -14204366 or 3293735. OLE color: 3293735.

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

Color convert

RGB 39 66 50 -
CMYK 0.41 0 0.24 0.74
HSL 144.44º 0.26% 0.21% -
HSV(B) 144.44º 0.41% 0.26% -
XYZ 3.36 4.56 3.72 -
YUV 56.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 39 66 50 0.41 0 0.24 0.74 144.44 0.26 0.21
Hex 27 42 32 29 0 18 4A 90 1A 15
Octal 47 102 62 51 0 30 112 220 32 25
Binary 100111 1000010 110010 101001 0 11000 1001010 10010000 11010 10101

Color Harmonies of #274232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274232

Black with #274232

Text Example


Text Example

White with #274232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274232; }

 p { color: rgb(39,66,50); }

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

background-color css

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

 a { background-color: rgb(39,66,50); }

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

border-color css

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

 span { border-color: rgb(39,66,50); }

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