Html Css Color HEX #2D3631 Holly

📋 copy color: '#2D3631'

red 45 ◦ green 54 ◦ blue 49

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

Shades of Holly #2D3631

Tints of Holly #2D3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.49%

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

R = 30.41%
G = 36.49%
B = 33.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#2D3631 (or 0x2D3631) is known color: Holly. HEX triplet: 2D, 36 and 31. RGB value is (45,54,49). Sum of RGB (Red+Green+Blue) = 45+54+49=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3631 is #D2C9CE. Grayscale: #323232. Windows color (decimal): -13814223 or 3225133. OLE color: 3225133.

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

Color convert

RGB 45 54 49 -
CMYK 0.17 0 0.09 0.79
HSL 146.67º 0.09% 0.19% -
HSV(B) 146.67º 0.17% 0.21% -
XYZ 2.96 3.42 3.41 -
YUV 50.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 45 54 49 0.17 0 0.09 0.79 146.67 0.09 0.19
Hex 2D 36 31 11 0 9 4F 93 9 13
Octal 55 66 61 21 0 11 117 223 11 23
Binary 101101 110110 110001 10001 0 1001 1001111 10010011 1001 10011

Color Harmonies of #2D3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3631

Black with #2D3631

Text Example


Text Example

White with #2D3631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,54,49); }

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

background-color css

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

 a { background-color: rgb(45,54,49); }

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

border-color css

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

 span { border-color: rgb(45,54,49); }

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