Html Css Color HEX #2A3F34 English Holly

📋 copy color: '#2A3F34'

red 42 ◦ green 63 ◦ blue 52

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

Shades of English Holly #2A3F34

Tints of English Holly #2A3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 26.75%
G = 40.13%
B = 33.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#2A3F34 (or 0x2A3F34) is known color: English Holly. HEX triplet: 2A, 3F and 34. RGB value is (42,63,52). Sum of RGB (Red+Green+Blue) = 42+63+52=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F34 is #D5C0CB. Grayscale: #373737. Windows color (decimal): -14008524 or 3424042. OLE color: 3424042.

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

Color convert

RGB 42 63 52 -
CMYK 0.33 0 0.17 0.75
HSL 148.57º 0.2% 0.21% -
HSV(B) 148.57º 0.33% 0.25% -
XYZ 3.35 4.3 3.9 -
YUV 55.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 42 63 52 0.33 0 0.17 0.75 148.57 0.2 0.21
Hex 2A 3F 34 21 0 11 4B 95 14 15
Octal 52 77 64 41 0 21 113 225 24 25
Binary 101010 111111 110100 100001 0 10001 1001011 10010101 10100 10101

Color Harmonies of #2A3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3F34

Black with #2A3F34

Text Example


Text Example

White with #2A3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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