Html Css Color HEX #2A4233 English Holly

📋 copy color: '#2A4233'

red 42 ◦ green 66 ◦ blue 51

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

Shades of English Holly #2A4233

Tints of English Holly #2A4233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.08%

R = 26.42%
G = 41.51%
B = 32.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#2A4233 (or 0x2A4233) is known color: English Holly. HEX triplet: 2A, 42 and 33. RGB value is (42,66,51). Sum of RGB (Red+Green+Blue) = 42+66+51=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4233 is #D5BDCC. Grayscale: #393939. Windows color (decimal): -14007757 or 3359274. OLE color: 3359274.

HSL color Cylindrical-coordinate representation of color #2A4233: hue angle of 142.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 #2A4233 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 66 51 -
CMYK 0.36 0 0.23 0.74
HSL 142.5º 0.22% 0.21% -
HSV(B) 142.5º 0.36% 0.26% -
XYZ 3.5 4.63 3.84 -
YUV 57.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 42 66 51 0.36 0 0.23 0.74 142.5 0.22 0.21
Hex 2A 42 33 24 0 17 4A 8E 16 15
Octal 52 102 63 44 0 27 112 216 26 25
Binary 101010 1000010 110011 100100 0 10111 1001010 10001110 10110 10101

Color Harmonies of #2A4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4233

Black with #2A4233

Text Example


Text Example

White with #2A4233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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