Html Css Color HEX #2A4435 English Holly

📋 copy color: '#2A4435'

red 42 ◦ green 68 ◦ blue 53

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

Shades of English Holly #2A4435

Tints of English Holly #2A4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.72%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 25.77%
G = 41.72%
B = 32.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#2A4435 (or 0x2A4435) is known color: English Holly. HEX triplet: 2A, 44 and 35. RGB value is (42,68,53). Sum of RGB (Red+Green+Blue) = 42+68+53=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4435 is #D5BBCA. Grayscale: #3A3A3A. Windows color (decimal): -14007243 or 3490858. OLE color: 3490858.

HSL color Cylindrical-coordinate representation of color #2A4435: hue angle of 145.38º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4435 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 68 53 -
CMYK 0.38 0 0.22 0.73
HSL 145.38º 0.24% 0.22% -
HSV(B) 145.38º 0.38% 0.27% -
XYZ 3.66 4.88 4.12 -
YUV 58.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 42 68 53 0.38 0 0.22 0.73 145.38 0.24 0.22
Hex 2A 44 35 26 0 16 49 91 18 16
Octal 52 104 65 46 0 26 111 221 30 26
Binary 101010 1000100 110101 100110 0 10110 1001001 10010001 11000 10110

Color Harmonies of #2A4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4435

Black with #2A4435

Text Example


Text Example

White with #2A4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,68,53); }

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

background-color css

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

 a { background-color: rgb(42,68,53); }

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

border-color css

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

 span { border-color: rgb(42,68,53); }

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