Html Css Color HEX #2A4135 English Holly

📋 copy color: '#2A4135'

red 42 ◦ green 65 ◦ blue 53

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

Shades of English Holly #2A4135

Tints of English Holly #2A4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.63%

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

R = 26.25%
G = 40.63%
B = 33.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#2A4135 (or 0x2A4135) is known color: English Holly. HEX triplet: 2A, 41 and 35. RGB value is (42,65,53). Sum of RGB (Red+Green+Blue) = 42+65+53=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4135 is #D5BECA. Grayscale: #383838. Windows color (decimal): -14008011 or 3490090. OLE color: 3490090.

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

Color convert

RGB 42 65 53 -
CMYK 0.35 0 0.18 0.75
HSL 148.7º 0.21% 0.21% -
HSV(B) 148.7º 0.35% 0.25% -
XYZ 3.49 4.53 4.06 -
YUV 56.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 42 65 53 0.35 0 0.18 0.75 148.7 0.21 0.21
Hex 2A 41 35 23 0 12 4B 95 15 15
Octal 52 101 65 43 0 22 113 225 25 25
Binary 101010 1000001 110101 100011 0 10010 1001011 10010101 10101 10101

Color Harmonies of #2A4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4135

Black with #2A4135

Text Example


Text Example

White with #2A4135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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