Html Css Color HEX #2A4235 English Holly

📋 copy color: '#2A4235'

red 42 ◦ green 66 ◦ blue 53

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

Shades of English Holly #2A4235

Tints of English Holly #2A4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 26.09%
G = 40.99%
B = 32.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#2A4235 (or 0x2A4235) is known color: English Holly. HEX triplet: 2A, 42 and 35. RGB value is (42,66,53). Sum of RGB (Red+Green+Blue) = 42+66+53=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4235 is #D5BDCA. Grayscale: #393939. Windows color (decimal): -14007755 or 3490346. OLE color: 3490346.

HSL color Cylindrical-coordinate representation of color #2A4235: hue angle of 147.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A4235 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 66 53 -
CMYK 0.36 0 0.20 0.74
HSL 147.5º 0.22% 0.21% -
HSV(B) 147.5º 0.36% 0.26% -
XYZ 3.55 4.65 4.08 -
YUV 57.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 42 66 53 0.36 0 0.20 0.74 147.5 0.22 0.21
Hex 2A 42 35 24 0 14 4A 94 16 15
Octal 52 102 65 44 0 24 112 224 26 25
Binary 101010 1000010 110101 100100 0 10100 1001010 10010100 10110 10101

Color Harmonies of #2A4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4235

Black with #2A4235

Text Example


Text Example

White with #2A4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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