Html Css Color HEX #2A342F Holly

📋 copy color: '#2A342F'

red 42 ◦ green 52 ◦ blue 47

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

Shades of Holly #2A342F

Tints of Holly #2A342F

RGB

 RED value IS 42 (16.8% from 255) = 29.79%

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

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

R = 29.79%
G = 36.88%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#2A342F (or 0x2A342F) is known color: Holly. HEX triplet: 2A, 34 and 2F. RGB value is (42,52,47). Sum of RGB (Red+Green+Blue) = 42+52+47=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #2A342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A342F is #D5CBD0. Grayscale: #303030. Windows color (decimal): -14011345 or 3093546. OLE color: 3093546.

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

Color convert

RGB 42 52 47 -
CMYK 0.19 0 0.10 0.80
HSL 150º 0.11% 0.18% -
HSV(B) 150º 0.19% 0.2% -
XYZ 2.7 3.15 3.16 -
YUV 48.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 42 52 47 0.19 0 0.10 0.80 150 0.11 0.18
Hex 2A 34 2F 13 0 A 50 96 B 12
Octal 52 64 57 23 0 12 120 226 13 22
Binary 101010 110100 101111 10011 0 1010 1010000 10010110 1011 10010

Color Harmonies of #2A342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A342F

Black with #2A342F

Text Example


Text Example

White with #2A342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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