Html Css Color HEX #2D4335 English Holly

📋 copy color: '#2D4335'

red 45 ◦ green 67 ◦ blue 53

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

Shades of English Holly #2D4335

Tints of English Holly #2D4335

RGB

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

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

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

R = 27.27%
G = 40.61%
B = 32.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#2D4335 (or 0x2D4335) is known color: English Holly. HEX triplet: 2D, 43 and 35. RGB value is (45,67,53). Sum of RGB (Red+Green+Blue) = 45+67+53=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4335 is #D2BCCA. Grayscale: #3A3A3A. Windows color (decimal): -13810891 or 3490605. OLE color: 3490605.

HSL color Cylindrical-coordinate representation of color #2D4335: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D4335 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 67 53 -
CMYK 0.33 0 0.21 0.74
HSL 141.82º 0.2% 0.22% -
HSV(B) 141.82º 0.33% 0.26% -
XYZ 3.73 4.83 4.1 -
YUV 58.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 45 67 53 0.33 0 0.21 0.74 141.82 0.2 0.22
Hex 2D 43 35 21 0 15 4A 8E 14 16
Octal 55 103 65 41 0 25 112 216 24 26
Binary 101101 1000011 110101 100001 0 10101 1001010 10001110 10100 10110

Color Harmonies of #2D4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4335

Black with #2D4335

Text Example


Text Example

White with #2D4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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