Html Css Color HEX #2D4135 English Holly

📋 copy color: '#2D4135'

red 45 ◦ green 65 ◦ blue 53

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

Shades of English Holly #2D4135

Tints of English Holly #2D4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 27.61%
G = 39.88%
B = 32.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#2D4135 (or 0x2D4135) is known color: English Holly. HEX triplet: 2D, 41 and 35. RGB value is (45,65,53). Sum of RGB (Red+Green+Blue) = 45+65+53=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4135 is #D2BECA. Grayscale: #393939. Windows color (decimal): -13811403 or 3490093. OLE color: 3490093.

HSL color Cylindrical-coordinate representation of color #2D4135: hue angle of 144º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4135 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 53 -
CMYK 0.31 0 0.18 0.75
HSL 144º 0.18% 0.22% -
HSV(B) 144º 0.31% 0.25% -
XYZ 3.62 4.6 4.06 -
YUV 57.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 45 65 53 0.31 0 0.18 0.75 144 0.18 0.22
Hex 2D 41 35 1F 0 12 4B 90 12 16
Octal 55 101 65 37 0 22 113 220 22 26
Binary 101101 1000001 110101 11111 0 10010 1001011 10010000 10010 10110

Color Harmonies of #2D4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4135

Black with #2D4135

Text Example


Text Example

White with #2D4135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,65,53); }

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

background-color css

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

 a { background-color: rgb(45,65,53); }

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

border-color css

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

 span { border-color: rgb(45,65,53); }

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