Html Css Color HEX #2D4738 English Holly

📋 copy color: '#2D4738'

red 45 ◦ green 71 ◦ blue 56

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

Shades of English Holly #2D4738

Tints of English Holly #2D4738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 26.16%
G = 41.28%
B = 32.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#2D4738 (or 0x2D4738) is known color: English Holly. HEX triplet: 2D, 47 and 38. RGB value is (45,71,56). Sum of RGB (Red+Green+Blue) = 45+71+56=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4738 is #D2B8C7. Grayscale: #3D3D3D. Windows color (decimal): -13809864 or 3688237. OLE color: 3688237.

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

Color convert

RGB 45 71 56 -
CMYK 0.37 0 0.21 0.72
HSL 145.38º 0.22% 0.23% -
HSV(B) 145.38º 0.37% 0.28% -
XYZ 4.05 5.35 4.56 -
YUV 61.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 45 71 56 0.37 0 0.21 0.72 145.38 0.22 0.23
Hex 2D 47 38 25 0 15 48 91 16 17
Octal 55 107 70 45 0 25 110 221 26 27
Binary 101101 1000111 111000 100101 0 10101 1001000 10010001 10110 10111

Color Harmonies of #2D4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4738

Black with #2D4738

Text Example


Text Example

White with #2D4738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,56); }

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

background-color css

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

 a { background-color: rgb(45,71,56); }

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

border-color css

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

 span { border-color: rgb(45,71,56); }

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