Html Css Color HEX #2D4839 English Holly

📋 copy color: '#2D4839'

red 45 ◦ green 72 ◦ blue 57

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

Shades of English Holly #2D4839

Tints of English Holly #2D4839

RGB

 RED value IS 45 (17.97% from 255) = 25.86%

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 25.86%
G = 41.38%
B = 32.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#2D4839 (or 0x2D4839) is known color: English Holly. HEX triplet: 2D, 48 and 39. RGB value is (45,72,57). Sum of RGB (Red+Green+Blue) = 45+72+57=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4839 is #D2B7C6. Grayscale: #3E3E3E. Windows color (decimal): -13809607 or 3754029. OLE color: 3754029.

HSL color Cylindrical-coordinate representation of color #2D4839: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4839 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 72 57 -
CMYK 0.38 0 0.21 0.72
HSL 146.67º 0.23% 0.23% -
HSV(B) 146.67º 0.38% 0.28% -
XYZ 4.14 5.49 4.71 -
YUV 62.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 45 72 57 0.38 0 0.21 0.72 146.67 0.23 0.23
Hex 2D 48 39 26 0 15 48 93 17 17
Octal 55 110 71 46 0 25 110 223 27 27
Binary 101101 1001000 111001 100110 0 10101 1001000 10010011 10111 10111

Color Harmonies of #2D4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4839

Black with #2D4839

Text Example


Text Example

White with #2D4839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D4839; }

 p { color: rgb(45,72,57); }

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

background-color css

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

 a { background-color: rgb(45,72,57); }

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

border-color css

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

 span { border-color: rgb(45,72,57); }

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