Html Css Color HEX #2C3730 Holly

📋 copy color: '#2C3730'

red 44 ◦ green 55 ◦ blue 48

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

Shades of Holly #2C3730

Tints of Holly #2C3730

RGB

 RED value IS 44 (17.58% from 255) = 29.93%

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 29.93%
G = 37.41%
B = 32.65%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#2C3730 (or 0x2C3730) is known color: Holly. HEX triplet: 2C, 37 and 30. RGB value is (44,55,48). Sum of RGB (Red+Green+Blue) = 44+55+48=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3730 is #D3C8CF. Grayscale: #323232. Windows color (decimal): -13879504 or 3159852. OLE color: 3159852.

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

Color convert

RGB 44 55 48 -
CMYK 0.2 0 0.13 0.78
HSL 141.82º 0.11% 0.19% -
HSV(B) 141.82º 0.2% 0.22% -
XYZ 2.94 3.48 3.31 -
YUV 50.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 44 55 48 0.2 0 0.13 0.78 141.82 0.11 0.19
Hex 2C 37 30 14 0 D 4E 8E B 13
Octal 54 67 60 24 0 15 116 216 13 23
Binary 101100 110111 110000 10100 0 1101 1001110 10001110 1011 10011

Color Harmonies of #2C3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3730

Black with #2C3730

Text Example


Text Example

White with #2C3730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,48); }

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

background-color css

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

 a { background-color: rgb(44,55,48); }

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

border-color css

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

 span { border-color: rgb(44,55,48); }

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