Html Css Color HEX #274332 English Holly

📋 copy color: '#274332'

red 39 ◦ green 67 ◦ blue 50

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

Shades of English Holly #274332

Tints of English Holly #274332

RGB

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

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

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

R = 25%
G = 42.95%
B = 32.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#274332 (or 0x274332) is known color: English Holly. HEX triplet: 27, 43 and 32. RGB value is (39,67,50). Sum of RGB (Red+Green+Blue) = 39+67+50=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #274332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274332 is #D8BCCD. Grayscale: #383838. Windows color (decimal): -14204110 or 3293991. OLE color: 3293991.

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

Color convert

RGB 39 67 50 -
CMYK 0.42 0 0.25 0.74
HSL 143.57º 0.26% 0.21% -
HSV(B) 143.57º 0.42% 0.26% -
XYZ 3.42 4.68 3.74 -
YUV 56.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 39 67 50 0.42 0 0.25 0.74 143.57 0.26 0.21
Hex 27 43 32 2A 0 19 4A 90 1A 15
Octal 47 103 62 52 0 31 112 220 32 25
Binary 100111 1000011 110010 101010 0 11001 1001010 10010000 11010 10101

Color Harmonies of #274332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274332

Black with #274332

Text Example


Text Example

White with #274332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274332; }

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

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

background-color css

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

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

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

border-color css

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

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

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