Html Css Color HEX #274431 English Holly

📋 copy color: '#274431'

red 39 ◦ green 68 ◦ blue 49

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

Shades of English Holly #274431

Tints of English Holly #274431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

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

R = 25%
G = 43.59%
B = 31.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#274431 (or 0x274431) is known color: English Holly. HEX triplet: 27, 44 and 31. RGB value is (39,68,49). Sum of RGB (Red+Green+Blue) = 39+68+49=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #274431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274431 is #D8BBCE. Grayscale: #393939. Windows color (decimal): -14203855 or 3228711. OLE color: 3228711.

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

Color convert

RGB 39 68 49 -
CMYK 0.43 0 0.28 0.73
HSL 140.69º 0.27% 0.21% -
HSV(B) 140.69º 0.43% 0.27% -
XYZ 3.46 4.79 3.65 -
YUV 57.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 39 68 49 0.43 0 0.28 0.73 140.69 0.27 0.21
Hex 27 44 31 2B 0 1C 49 8D 1B 15
Octal 47 104 61 53 0 34 111 215 33 25
Binary 100111 1000100 110001 101011 0 11100 1001001 10001101 11011 10101

Color Harmonies of #274431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274431

Black with #274431

Text Example


Text Example

White with #274431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274431; }

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

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

background-color css

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

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

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

border-color css

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

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

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