Html Css Color HEX #274333 English Holly

📋 copy color: '#274333'

red 39 ◦ green 67 ◦ blue 51

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

Shades of English Holly #274333

Tints of English Holly #274333

RGB

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

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

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

R = 24.84%
G = 42.68%
B = 32.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#274333 (or 0x274333) is known color: English Holly. HEX triplet: 27, 43 and 33. RGB value is (39,67,51). Sum of RGB (Red+Green+Blue) = 39+67+51=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #274333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274333 is #D8BCCC. Grayscale: #383838. Windows color (decimal): -14204109 or 3359527. OLE color: 3359527.

HSL color Cylindrical-coordinate representation of color #274333: hue angle of 145.71º 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 #274333 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 67 51 -
CMYK 0.42 0 0.24 0.74
HSL 145.71º 0.26% 0.21% -
HSV(B) 145.71º 0.42% 0.26% -
XYZ 3.44 4.68 3.85 -
YUV 56.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 39 67 51 0.42 0 0.24 0.74 145.71 0.26 0.21
Hex 27 43 33 2A 0 18 4A 92 1A 15
Octal 47 103 63 52 0 30 112 222 32 25
Binary 100111 1000011 110011 101010 0 11000 1001010 10010010 11010 10101

Color Harmonies of #274333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274333

Black with #274333

Text Example


Text Example

White with #274333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274333; }

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

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

background-color css

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

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

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

border-color css

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

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

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