Html Css Color HEX #2C342F Holly

📋 copy color: '#2C342F'

red 44 ◦ green 52 ◦ blue 47

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

Shades of Holly #2C342F

Tints of Holly #2C342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 30.77%
G = 36.36%
B = 32.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#2C342F (or 0x2C342F) is known color: Holly. HEX triplet: 2C, 34 and 2F. RGB value is (44,52,47). Sum of RGB (Red+Green+Blue) = 44+52+47=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #2C342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C342F is #D3CBD0. Grayscale: #313131. Windows color (decimal): -13880273 or 3093548. OLE color: 3093548.

HSL color Cylindrical-coordinate representation of color #2C342F: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C342F is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 44 52 47 -
CMYK 0.15 0 0.10 0.80
HSL 142.5º 0.08% 0.19% -
HSV(B) 142.5º 0.15% 0.2% -
XYZ 2.78 3.2 3.16 -
YUV 49.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 44 52 47 0.15 0 0.10 0.80 142.5 0.08 0.19
Hex 2C 34 2F F 0 A 50 8E 8 13
Octal 54 64 57 17 0 12 120 216 10 23
Binary 101100 110100 101111 1111 0 1010 1010000 10001110 1000 10011

Color Harmonies of #2C342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C342F

Black with #2C342F

Text Example


Text Example

White with #2C342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,52,47); }

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

background-color css

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

 a { background-color: rgb(44,52,47); }

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

border-color css

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

 span { border-color: rgb(44,52,47); }

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