Html Css Color HEX #2A3F33 English Holly

📋 copy color: '#2A3F33'

red 42 ◦ green 63 ◦ blue 51

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

Shades of English Holly #2A3F33

Tints of English Holly #2A3F33

RGB

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

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

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

R = 26.92%
G = 40.38%
B = 32.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#2A3F33 (or 0x2A3F33) is known color: English Holly. HEX triplet: 2A, 3F and 33. RGB value is (42,63,51). Sum of RGB (Red+Green+Blue) = 42+63+51=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F33 is #D5C0CC. Grayscale: #373737. Windows color (decimal): -14008525 or 3358506. OLE color: 3358506.

HSL color Cylindrical-coordinate representation of color #2A3F33: hue angle of 145.71º 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 #2A3F33 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 63 51 -
CMYK 0.33 0 0.19 0.75
HSL 145.71º 0.2% 0.21% -
HSV(B) 145.71º 0.33% 0.25% -
XYZ 3.33 4.29 3.78 -
YUV 55.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 42 63 51 0.33 0 0.19 0.75 145.71 0.2 0.21
Hex 2A 3F 33 21 0 13 4B 92 14 15
Octal 52 77 63 41 0 23 113 222 24 25
Binary 101010 111111 110011 100001 0 10011 1001011 10010010 10100 10101

Color Harmonies of #2A3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3F33

Black with #2A3F33

Text Example


Text Example

White with #2A3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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